Skip to content

Commit bff40c6

Browse files
authored
Merge pull request #376 from tomato42/new-badge-action
update the code for badges for mutation score and intrumental
2 parents 6c426b9 + cf12bdd commit bff40c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
instrumental -f .instrumental.cov -s | python diff-instrumental.py
408408
echo "COND_COV=$(instrumental -f .instrumental.cov -s | python diff-instrumental.py --raw)" >> $GITHUB_ENV
409409
- name: Create condition coverage badge
410-
uses: schneegans/dynamic-badges-action@v1.4.0
410+
uses: schneegans/dynamic-badges-action@v1.8.0
411411
if: ${{ contains(matrix.opt-deps, 'instrumental') && !github.event.pull_request }}
412412
with:
413413
auth: ${{ secrets.GIST_SECRET }}
@@ -723,7 +723,7 @@ jobs:
723723
echo "MUT_SCORE=$(python print-score.py)" >> $GITHUB_ENV
724724
- name: Create mutation score badge
725725
if: ${{ !github.event.pull_request }}
726-
uses: schneegans/dynamic-badges-action@v1.4.0
726+
uses: schneegans/dynamic-badges-action@v1.8.0
727727
with:
728728
auth: ${{ secrets.GIST_SECRET }}
729729
gistID: 9b6ca1f3410207fbeca785a178781651

0 commit comments

Comments
 (0)