Skip to content

Commit 0488ed4

Browse files
committed
Update coverage file paths
1 parent a838e56 commit 0488ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
- name: Update Coverage Backend Badge
8787
uses: ./.github/actions/coverage_badge
8888
with:
89-
coverage_file: "artifacts/backend_coverage/pytest-coverage.txt"
89+
coverage_file: "backend_coverage/pytest-coverage.txt"
9090
badge_title: "backend"
9191

9292
- name: Update Coverage SimLab Badge
9393
uses: ./.github/actions/coverage_badge
9494
with:
95-
coverage_file: "artifacts/simlab_coverage/pytest-coverage.txt"
95+
coverage_file: "simlab_coverage/pytest-coverage.txt"
9696
badge_title: "simlab"
9797

9898
- name: Commit Updated README.md

0 commit comments

Comments
 (0)