Skip to content

Commit 176c2ab

Browse files
committed
Merge branch 'master' into dev
2 parents c595fe7 + c05a084 commit 176c2ab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/coverage-report.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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)

0 commit comments

Comments
 (0)