We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b891d commit bb23060Copy full SHA for bb23060
.github/workflows/master-coverage.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Extract coverage data
48
run: |
49
COVERAGE=$(php scripts/get-coverage.php var/coverage/clover-main.xml)
50
- COVERAGE_INT=${DIFF%%.*}
+ COVERAGE_INT=${COVERAGE%%.*}
51
52
if [ "COVERAGE_INT" -ge 90 ]; then
53
COLOR="#3fb911"
0 commit comments