Skip to content

Commit

Permalink
Fix Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister committed Sep 10, 2024
1 parent b481198 commit a34b364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
HTTP_PROXY: '${{ secrets.HTTP_PROXY }}'
run: pytest -x -v --cov=./ --cov-report=xml tests
- name: Upload code coverage to CodeCov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
env:
OS: '${{ matrix.os }}'
PYTHON: '${{ matrix.python-version }}'
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
env_vars: 'OS,PYTHON'

0 comments on commit a34b364

Please sign in to comment.