We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fcfb7b + fe9513e commit 8148641Copy full SHA for 8148641
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
run: |
39
pytest --cov=./
40
+ bash <(curl -s https://codecov.io/bash)
41
42
- name: Notify slack success
43
if: success()
0 commit comments