There was an error while loading. Please reload this page.
1 parent 79b2cc9 commit 5d57008Copy full SHA for 5d57008
1 file changed
.github/workflows/coverage.yml
@@ -48,8 +48,8 @@ jobs:
48
- name: Prepare cached base total coverage
49
if: steps.cache-base.outputs.cache-hit != 'true'
50
run: |
51
- total-coverage=$(lcov --summary lcov.info 2>/dev/null | awk '/lines\.+:/ {print $2}' | tr -d '%')
52
- echo "$total-coverage" > total-coverage.txt
+ total_coverage=$(lcov --summary lcov.info 2>/dev/null | awk '/lines\.+:/ {print $2}' | tr -d '%')
+ echo "$total_coverage" > total-coverage.txt
53
54
- name: Export base coverage output
55
id: export-base
0 commit comments