File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ jobs:
414414
415415 source /srv/app/venv/bin/activate
416416
417- codecov -v upload-coverage -t ${{ secrets.CODECOV_TOKEN }} --report-type coverage --slug open-data/ckanext-recombinant --git-service github --branch ${{ github.ref_name }} --network-root-folder /srv/app/src/ckanext-recombinant --commit-sha ${{ github.sha }}
417+ codecov -v upload-coverage -t ${{ secrets.CODECOV_TOKEN }} --report-type coverage --slug open-data/ckanext-recombinant --git-service github --branch ${{ github.head_ref || github. ref_name }} --network-root-folder /srv/app/src/ckanext-recombinant --commit-sha ${{ github.sha }}
418418 - name : Upload Test Results to CodeCov
419419 if : ${{ !cancelled() }}
420420 continue-on-error : true
@@ -423,7 +423,7 @@ jobs:
423423
424424 source /srv/app/venv/bin/activate
425425
426- codecov -v do-upload -t ${{ secrets.CODECOV_TOKEN }} -f /srv/app/results/junit_results.xml --report-type test_results --slug open-data/ckanext-recombinant --git-service github --branch ${{ github.ref_name }} --network-root-folder /srv/app/src/ckanext-recombinant --commit-sha ${{ github.sha }}
426+ codecov -v do-upload -t ${{ secrets.CODECOV_TOKEN }} -f /srv/app/results/junit_results.xml --report-type test_results --slug open-data/ckanext-recombinant --git-service github --branch ${{ github.head_ref || github. ref_name }} --network-root-folder /srv/app/src/ckanext-recombinant --commit-sha ${{ github.sha }}
427427 - name : Pytest Coverage Console Report
428428 run : |
429429 set -ex
You can’t perform that action at this time.
0 commit comments