We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97f2ca commit ab98606Copy full SHA for ab98606
1 file changed
.github/workflows/netlicensing-python-test.yml
@@ -37,3 +37,6 @@ jobs:
37
- name: Test with pytest
38
run: |
39
pytest
40
+ - name: Upload Codecov
41
+ run: |
42
+ bash <(curl -s https://codecov.io/bash)
0 commit comments