Skip to content

Commit ad4ff9d

Browse files
committed
update c4core
1 parent 297a0eb commit ad4ff9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows-in/coverage.ys

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
name: coverage-${{env.BUILD_ID}}
6666
path: |
67-
build/$BUILD_ID/lcov
68-
build/$BUILD_ID/coverage3-final_filtered.lcov
67+
build/${{env.BUILD_ID}}/lcov
68+
build/${{env.BUILD_ID}}/coverage3-final_filtered.lcov
6969
- name: upload codecov
7070
run: |
7171
cmake --build build/$BUILD_ID --target ryml-coverage-submit-codecov --verbose

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
with:
9999
name: coverage-${{env.BUILD_ID}}
100100
path: |
101-
build/$BUILD_ID/lcov
102-
build/$BUILD_ID/coverage3-final_filtered.lcov
101+
build/${{env.BUILD_ID}}/lcov
102+
build/${{env.BUILD_ID}}/coverage3-final_filtered.lcov
103103
- name: upload codecov
104104
run: |
105105
cmake --build build/$BUILD_ID --target ryml-coverage-submit-codecov --verbose

0 commit comments

Comments
 (0)