We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3b852 commit fe9513eCopy full SHA for fe9513e
.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