Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vepricov committed Nov 21, 2024
1 parent b30dbc8 commit 8d08972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
PYTHONPATH=src/ pytest tests/ --cov=relaxit --cov-report=xml
- name: Upload to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.out
# token: ${{secrets.CODECOV_TOKEN}}
version: "v0.1.15"
fail_ci_if_error: true
verbose: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
codecov

# C extensions
*.so
Expand Down

0 comments on commit 8d08972

Please sign in to comment.