Skip to content

Commit

Permalink
Merge pull request #2139 from effigies/ci/codecov-action
Browse files Browse the repository at this point in the history
chore(ci): Switch to Codecov action
  • Loading branch information
effigies committed Sep 23, 2024
2 parents 33e7895 + 1da5407 commit b6e8179
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
groups:
actions-infrastructure:
patterns:
- "actions/*"

- package-ecosystem: 'gitsubmodule'
directory: '/'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/node_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: Jest tests
run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors
- name: Upload to codecov
run: npm run codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Smoke tests
run: |
bids-validator/bin/bids-validator bids-validator/tests/data/valid_headers/ --ignoreNiftiHeaders
Expand Down

0 comments on commit b6e8179

Please sign in to comment.