Skip to content

Commit

Permalink
Merge pull request #38 from neuroinformatics-unit/codecov
Browse files Browse the repository at this point in the history
Add codecov token
  • Loading branch information
alessandrofelder authored Jun 6, 2024
2 parents 5d55f64 + f35cf3b commit 6fb8a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:

steps:
# Run tests
- uses: neuroinformatics-unit/actions/test@main
- uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 6fb8a90

Please sign in to comment.