Skip to content

Commit

Permalink
build: run codecov after as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Nov 29, 2021
1 parent 0b361c6 commit e376b9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:

- name: Run Tests
run: tox

- name: Run Coverage
if: matrix.python-version == '3.8'
uses: codecov/codecov-action@v1
with:
flags: unittests
fail_ci_if_error: true

0 comments on commit e376b9c

Please sign in to comment.