Skip to content

Commit 14d2e5a

Browse files
committed
Add codecov token
1 parent a0335af commit 14d2e5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_pip.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ jobs:
4646
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing -s --log-cli-level debug
4747

4848
- name: Upload coverage reports to Codecov
49-
uses: codecov/[email protected]
49+
uses: codecov/[email protected]
50+
with:
51+
token: ${{ secrets.CODECOV_TOKEN }}
52+
slug: jluethi/fractal-helper-tasks

0 commit comments

Comments
 (0)