Skip to content

Commit 7f95c64

Browse files
committed
Update ci.yaml
1 parent cbbc4e1 commit 7f95c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Report coverage with Codecov
3737
if: github.event_name == 'push'
3838
run: |
39-
codecov --token=${{ secrets.CODECOV_TOKEN }}
39+
poetry run codecov --token=${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)