Skip to content

Commit

Permalink
ci: upload coverage reports to codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Sep 9, 2024
1 parent cb1332d commit 43a9dfe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
command: test --error-for-skips
groups: main,build,test
python-version: ${{ matrix.py }}

- if: always()
name: Upload coverage reports to codecov.io
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 6 additions & 0 deletions .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
groups: main,build,test
python-version: ${{ matrix.py }}

- if: always()
name: Upload coverage reports to codecov.io
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

check:
outputs:
release: ${{ steps.check.outputs.release }}
Expand Down

0 comments on commit 43a9dfe

Please sign in to comment.