Skip to content

Commit

Permalink
Merge pull request #6 from ajatkj/add_codecov
Browse files Browse the repository at this point in the history
add codecov upload action
  • Loading branch information
ajatkj authored Feb 8, 2024
2 parents 9d14a2d + 2b963f0 commit 399ef28
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@ jobs:
with:
name: coverage-html
path: htmlcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true

# https://github.com/marketplace/actions/alls-green
check: # This job does nothing and is only used for the branch protection
if: always()
outputs:
result: ${{ steps.all-green.outputs.result }}
needs:
- coverage-combine
runs-on: ubuntu-latest
Expand Down

0 comments on commit 399ef28

Please sign in to comment.