Skip to content

Commit

Permalink
Merge pull request #33 from mbdevpl/feature/codecov-fix
Browse files Browse the repository at this point in the history
stabilize test coverage results
  • Loading branch information
mbdevpl authored Feb 21, 2025
2 parents 21e6f08 + dae6c5c commit 688bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: pip install -r requirements_all_github.txt
- run: python -m coverage run --append --branch --source . -m unittest -v
- run: python -m coverage report --show-missing
- run: codecov
- run: python -m codecov --token ${{ secrets.CODECOV_TOKEN }}
publish:
if: startsWith(github.ref, 'refs/tags/v')
needs: build
Expand Down

0 comments on commit 688bfb8

Please # to comment.