diff --git a/.github/workflows/travis.yml b/.github/workflows/travis.yml index 80d74b6..6dce8da 100644 --- a/.github/workflows/travis.yml +++ b/.github/workflows/travis.yml @@ -68,7 +68,7 @@ jobs: pytest tests/ -v -m integration --cov=src --cov-report=xml --cov-report=term-missing --cov-append - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests