Skip to content

Commit 6fb8a90

Browse files
Merge pull request #38 from neuroinformatics-unit/codecov
Add codecov token
2 parents 5d55f64 + f35cf3b commit 6fb8a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040

4141
steps:
4242
# Run tests
43-
- uses: neuroinformatics-unit/actions/test@main
43+
- uses: neuroinformatics-unit/actions/test@v2
4444
with:
4545
python-version: ${{ matrix.python-version }}
46+
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}
4647

4748
build_sdist_wheels:
4849
name: Build source distribution

0 commit comments

Comments
 (0)