Skip to content

Commit

Permalink
chore: change codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo committed Dec 28, 2024
1 parent d7e861d commit f8f7e6b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
working-directory: ${{ github.workspace }}

- name: test with coverage
run: uv run coverage run --source trrex -m pytest
run: uv run pytest --cov --cov-report=xml

- name: publish coverage
run: codecov
- name: upload coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
]
dependencies = [
"pip>=24.3.1",
"pytest-cov>=6.0.0",
]

[project.urls]
Expand Down
24 changes: 23 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8f7e6b

Please sign in to comment.