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 a838e56 commit 0488ed4Copy full SHA for 0488ed4
.github/workflows/ci-merge.yaml
@@ -86,13 +86,13 @@ jobs:
86
- name: Update Coverage Backend Badge
87
uses: ./.github/actions/coverage_badge
88
with:
89
- coverage_file: "artifacts/backend_coverage/pytest-coverage.txt"
+ coverage_file: "backend_coverage/pytest-coverage.txt"
90
badge_title: "backend"
91
92
- name: Update Coverage SimLab Badge
93
94
95
- coverage_file: "artifacts/simlab_coverage/pytest-coverage.txt"
+ coverage_file: "simlab_coverage/pytest-coverage.txt"
96
badge_title: "simlab"
97
98
- name: Commit Updated README.md
0 commit comments