Skip to content

Commit 5d57008

Browse files
committed
fix: bad variable
1 parent 79b2cc9 commit 5d57008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Prepare cached base total coverage
4949
if: steps.cache-base.outputs.cache-hit != 'true'
5050
run: |
51-
total-coverage=$(lcov --summary lcov.info 2>/dev/null | awk '/lines\.+:/ {print $2}' | tr -d '%')
52-
echo "$total-coverage" > total-coverage.txt
51+
total_coverage=$(lcov --summary lcov.info 2>/dev/null | awk '/lines\.+:/ {print $2}' | tr -d '%')
52+
echo "$total_coverage" > total-coverage.txt
5353
5454
- name: Export base coverage output
5555
id: export-base

0 commit comments

Comments
 (0)