Skip to content

Commit bb23060

Browse files
authored
hotfix master-coverage workflow (#31)
1 parent 44b891d commit bb23060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Extract coverage data
4848
run: |
4949
COVERAGE=$(php scripts/get-coverage.php var/coverage/clover-main.xml)
50-
COVERAGE_INT=${DIFF%%.*}
50+
COVERAGE_INT=${COVERAGE%%.*}
5151
5252
if [ "COVERAGE_INT" -ge 90 ]; then
5353
COLOR="#3fb911"

0 commit comments

Comments
 (0)