Skip to content

Commit

Permalink
Update dynamic badges version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Sep 17, 2024
1 parent 34a1110 commit 9b138cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dynamic_badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
poetry run pytest --cov daindex tests
echo "COVERAGE=$(poetry run coverage report --format markdown --precision 1 | awk -F'|' 'END{gsub(/ *(\*\*|%)* */, "", $(NF-1)); print $(NF-1)}')" >> $GITHUB_ENV
- name: Create Coverage Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 980a5940c78997c3c75164953475a0dc
Expand All @@ -59,7 +59,7 @@ jobs:
echo "COLLECTED=$(poetry run pytest --collect-only | grep -m 1 "collected" | awk '{print $2;}' | tr -d '[:space:]\n')" >> $GITHUB_ENV
echo "PASSED=$(poetry run pytest --verbose | grep -o "PASSED" | wc -l | tr -d '[:space:]\n')" >> $GITHUB_ENV
- name: Create Tests Passing Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 980a5940c78997c3c75164953475a0dc
Expand All @@ -85,7 +85,7 @@ jobs:
echo "CODE_LINES=$(.github/cloc.sh --loc)" >> $GITHUB_ENV
echo "COMMENT_PERCENTAGE=$(.github/cloc.sh --percentage)" >> $GITHUB_ENV
- name: Create Lines-of-Code Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 980a5940c78997c3c75164953475a0dc
Expand All @@ -94,7 +94,7 @@ jobs:
message: ${{ env.CODE_LINES }}
color: blue
- name: Create Comments Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 980a5940c78997c3c75164953475a0dc
Expand Down

0 comments on commit 9b138cc

Please sign in to comment.