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 a0335af commit 14d2e5aCopy full SHA for 14d2e5a
.github/workflows/ci_pip.yml
@@ -46,4 +46,7 @@ jobs:
46
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing -s --log-cli-level debug
47
48
- name: Upload coverage reports to Codecov
49
- uses: codecov/[email protected]
+ uses: codecov/[email protected]
50
+ with:
51
+ token: ${{ secrets.CODECOV_TOKEN }}
52
+ slug: jluethi/fractal-helper-tasks
0 commit comments