Skip to content

Commit fe9513e

Browse files
author
Inbal Tako
committed
Fix github action tests
1 parent 0f3b852 commit fe9513e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3838
run: |
3939
pytest --cov=./
40+
bash <(curl -s https://codecov.io/bash)
4041
4142
- name: Notify slack success
4243
if: success()

0 commit comments

Comments
 (0)