Skip to content

Commit

Permalink
Add coverage through codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 21, 2021
1 parent 920fcad commit 1341ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- name: Test with pytest
run: |
pytest -sv --cov=micone
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

0 comments on commit 1341ce3

Please sign in to comment.