Skip to content

Commit

Permalink
Update workflow creating a dynamic coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Nov 29, 2024
1 parent a1faecd commit b462b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generage_coverage_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate coverage output
run: |
./gradlew -q :eungabi:printCoverage --no-configuration-cache >> coverage.txt
echo "COVERAGE=$(<coverage.txt)" >> $GITHUB_ENV
echo "COVERAGE=$(<coverage.txt)"
- name: Update dynamic badge gist
uses: schneegans/[email protected]
Expand Down

0 comments on commit b462b40

Please sign in to comment.