Skip to content

Commit

Permalink
switching to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
witlox committed Oct 31, 2024
1 parent c4eeb4d commit 340c327
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ jobs:
run: poetry install --with test --no-interaction
- name: Test with poetry
run: poetry run pytest
- name: Assert coverage of package is above 80%
uses: zlatko-ms/pycovcheck@v2
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
coveragefile: ./coverage.xml
packages: |
horoa.api:0.50
horoa.auth:0.60
horoa.conceptual:0.60
horao.controllers:0.80
horao.logical:0.60
horao.persistence:0.1
horao.physical:0.60
horao.rbac:0.50
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 340c327

Please sign in to comment.