This commit is contained in:
Oliver Beckstein
2020-06-25 17:22:45 -07:00
parent d982745858
commit 4dc87a5a38

View File

@@ -40,6 +40,8 @@ jobs:
coverage run -m pytest coverage run -m pytest
coverage report -m | tee coverage.txt coverage report -m | tee coverage.txt
coverage html coverage html
- name: Upload coverage to https://codecov.io/gh/jensengroup/propka
run: bash <(curl -s https://codecov.io/bash)
- name: Store coverage text results - name: Store coverage text results
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: