Add codecov

This commit is contained in:
James Woglom
2021-04-24 23:24:01 -04:00
committed by GitHub
parent e7816c4aa0
commit 01d9517ff4
+8
View File
@@ -40,3 +40,11 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Generate Coverage Report
run: |
pip install coverage
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true