We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7f688 commit 1776a76Copy full SHA for 1776a76
.github/workflows/travis.yml
@@ -33,7 +33,7 @@ jobs:
33
python-${{ matrix.python-version }}-
34
- name: Install DataLad
35
run: |
36
- $CONDA/bin/conda install -c conda-forge git-annex datalad pip codecov pytest
+ $CONDA/bin/conda install -c conda-forge git-annex datalad pip pytest
37
$CONDA/bin/python -m pip install datalad-osf
38
39
- uses: actions/cache@v3
@@ -62,5 +62,6 @@ jobs:
62
$CONDA/bin/pytest -v --cov nitransforms --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules nitransforms/
63
64
- name: Submit code coverage
65
- run: |
66
- $CONDA/bin/python -m codecov --flags travis --file cov.xml -e $GITHUB_RUN_NUMBER
+ uses: codecov/codecov-action@v3
+ with:
67
+ files: cov.xml
0 commit comments