We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbc4e1 commit 7f95c64Copy full SHA for 7f95c64
.github/workflows/ci.yaml
@@ -36,4 +36,4 @@ jobs:
36
- name: Report coverage with Codecov
37
if: github.event_name == 'push'
38
run: |
39
- codecov --token=${{ secrets.CODECOV_TOKEN }}
+ poetry run codecov --token=${{ secrets.CODECOV_TOKEN }}
0 commit comments