Skip to content

Commit

Permalink
integrate with codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
timvancann committed Oct 8, 2024
1 parent a6cda92 commit ef796e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: uv run pytest -vv --durations=0 --cov
- run: uv run pytest -v --durations=0 --cov --cov-report=xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: [ubuntu-latest]
needs: [linting, formatting, type_consistency, tests]
Expand Down

0 comments on commit ef796e5

Please sign in to comment.