Skip to content

Commit

Permalink
Test using local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Apr 22, 2024
1 parent d7ad793 commit 15bc311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/TestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
echo "P_COV=35" >> "$GITHUB_OUTPUT"
- name: Create badge
env:
P_COV: ${{ steps.check-coverage.outputs.P_COV }}
P_COV: 48
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.TEST_COVERAGE_GIST }}
gistID: 8ec74eae558f3a7793622f6469064b73
filename: test_coverage_badge.json
label: Test coverage
message: ${{ steps.check-coverage.outputs.P_COV }}
valColorRange: ${{ steps.check-coverage.outputs.P_COV }}
message: "coverage is $P_COV per cent"
valColorRange: $P_COV
maxColorRange: 100
minColorRange: 0

0 comments on commit 15bc311

Please sign in to comment.