Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 11, 2024
1 parent f13055c commit b0b11bf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@ jobs:
COV_RESULT=$(cat tests/test_results.json)
COV_PERCENT=$(echo $COV_RESULT | python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj["totals"]["percent_covered_display"])')
echo "COV_PERCENT=$COV_PERCENT" >> $GITHUB_ENV
- if: matrix.os == 'ubuntu-latest'
name: Create coverage badge
uses: schneegans/dynamic-badges-action@v1.6.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: ef42349965f40edf4232737026690c5f
filename: coverage_info.json
label: coverage
message: ${{ env.COV_PERCENT }}%
valColorRange: ${{ env.COV_PERCENT }}
maxColorRange: 100
minColorRange: 0
namedLogo: Pytest
- name: Send coverage report
run: |
coveralls --service=github

0 comments on commit b0b11bf

Please # to comment.