Commit 9142eda 1 parent a770438 commit 9142eda Copy full SHA for 9142eda
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,16 @@ jobs:
128
128
llvm-cov-18 export -format=lcov -skip-functions -instr-profile=coverage-input/coverage.profdata ${objects[@]} -sources src > coverage-output/coverage.lcov
129
129
llvm-cov-18 export -format=text -summary-only -instr-profile=coverage-input/coverage.profdata ${objects[@]} -sources src | \
130
130
printf '{ "coverage": "%.2f%%" }' $(jq '.data[0].totals.functions.percent') > coverage-output/coverage.json
131
+ - name : Download Previous Coverage Report
132
+ run : wget https://daxpedda.github.io/wasm-worker/coverage/coverage.lcov
131
133
- name : Report Coverage in Job Summary
132
134
# See <https://github.com/romeovs/lcov-reporter-action/pull/68>
133
135
uses : 06393993/lcov-reporter-action@45b31bf53fa5ac82d0f49039198080afdb535288
134
136
with :
135
137
lcov-file : coverage-output/coverage.lcov
138
+ lcov-base : coverage.lcov
139
+ filter-changed-files : true
140
+ title : Test Coverage
136
141
post-to : job-summary
137
142
- name : Upload Test Coverage Artifact
138
143
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments