Skip to content

BIDS I/O(Without json files) and codecov test cases for NiChart_DLMUSE #41

BIDS I/O(Without json files) and codecov test cases for NiChart_DLMUSE

BIDS I/O(Without json files) and codecov test cases for NiChart_DLMUSE #41

Workflow file for this run

name: Test Coverage and Report to Codecov
on:
pull_request:
branches: ["main"]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}