Skip to content

Commit

Permalink
Merge pull request #37 from braingram/codecov
Browse files Browse the repository at this point in the history
enabling code coverage
  • Loading branch information
braingram authored Oct 18, 2023
2 parents 7eafe9e + 5a693ba commit 088145c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- linux: coverage
name: Python 3.9 coverage
python-version: 3.9
# TODO uncomment after adding to codecov
# coverage: codecov
coverage: 'codecov'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test:
needs: [core]
Expand Down

0 comments on commit 088145c

Please sign in to comment.