File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18+ - name : Checkout Repository
19+ uses : actions/checkout@v4 # Checks-out repository under $GITHUB_WORKSPACE
20+ with :
21+ submodules : ' false'
1822
1923 - name : Download Coverage Artifact
2024 uses : actions/download-artifact@v4
@@ -30,10 +34,10 @@ jobs:
3034 format : coveralls
3135
3236 - name : Upload to Codecov
33- uses : codecov/codecov-action@v4
37+ uses : codecov/codecov-action@v5
3438 with :
3539 token : ${{ secrets.CODECOV_TOKEN }}
36- file : coverage/coverage.xml
40+ files : coverage/coverage.json, coverage/coverage.xml
3741 fail_ci_if_error : false
3842
3943 - name : Publish Coverage Report
Original file line number Diff line number Diff line change 11[ ![ Current Release] ( https://img.shields.io/github/v/release/e0404/matRad )] ( https://github.com/e0404/matRad/releases )
22[ ![ Downloads] ( https://img.shields.io/github/downloads/e0404/matRad/total )] ( https://github.com/e0404/matRad/releases )
33[ ![ Contributors] ( https://img.shields.io/github/contributors/e0404/matRad )] ( https://github.com/e0404/matRad/graphs/contributors )
4+ ![ Citations] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1002%2Fmp.12251&style=flat&color=blue )
45
56[ ![ GitHub Build Status] ( https://github.com/e0404/matRad/actions/workflows/tests.yml/badge.svg )] ( https://github.com/e0404/matRad/actions/workflows/tests.yml )
67[ ![ codecov] ( https://codecov.io/gh/e0404/matRad/graph/badge.svg?token=xQhUQLu4FK )] ( https://codecov.io/gh/e0404/matRad )
You can’t perform that action at this time.
0 commit comments