Skip to content

Commit

Permalink
DELETEME
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Nov 26, 2024
1 parent 686a079 commit c706af3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
path: ~/.konan
key: kotlin-native-compiler-${{ runner.OS }}

- name: Debug coverage output
run: |
${{github.workspace}}/gradlew -q printLineCoverage
- name: Generate coverage output
run: |
echo "COVERAGE=$(${{github.workspace}}/gradlew -q printLineCoverage)" >> $GITHUB_ENV
Expand Down

0 comments on commit c706af3

Please sign in to comment.