Skip to content

Commit

Permalink
Use the output directly in TestCoverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Apr 22, 2024
1 parent 2e92641 commit d7ad793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
gistID: 8ec74eae558f3a7793622f6469064b73
filename: test_coverage_badge.json
label: Test coverage
message: "is $P_COV"
valColorRange: $P_COV
message: ${{ steps.check-coverage.outputs.P_COV }}
valColorRange: ${{ steps.check-coverage.outputs.P_COV }}
maxColorRange: 100
minColorRange: 0

0 comments on commit d7ad793

Please sign in to comment.