Skip to content

Commit

Permalink
ci: another fix attempt in tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvAvKein committed May 13, 2024
1 parent ffc89a4 commit 77feab4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ jobs:
COVERAGE_PERCENT=$(echo "scale=0; ($COVERAGE_LINES + $COVERAGE_BRANCHES) / 2" | bc)
echo "jestCoverage=$COVERAGE_PERCENT" >> $GITHUB_ENV
JestCoverageBadge:
name: Jest Coverage Badge (README.md)
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.DIALPLAN_COVERAGE_SECRET }}
gistID: c6512f0c95bc37287d7118b9023b8288
filename: dialplanCoverage.json
label: Coverage
message: "${env.jestCoverage}%"
minColorRange: 50
maxColorRange: 100
- name: Set coverage badge (README.md)
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.DIALPLAN_COVERAGE_SECRET }}
gistID: c6512f0c95bc37287d7118b9023b8288
filename: dialplanCoverage.json
label: Coverage
message: "${env.jestCoverage}%"
minColorRange: 50
maxColorRange: 100

Playwright:
name: Playwright (API & E2E)
Expand Down

0 comments on commit 77feab4

Please sign in to comment.