Skip to content

Commit

Permalink
Add Coverage Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1998 committed Sep 9, 2023
1 parent a9b1c5e commit 5007582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
thresholdAll: 0.9
- name: Retrieve Total Coverage
id: coverage
run: echo "TOTAL_COVERAGE=$(coverage report | grep TOTAL | awk '{ print $4 }')" >> "$GITHUB_ENV"
run: echo "TOTAL_COVERAGE=$(coverage report | grep TOTAL | awk '{ print $4 }') | sed 's/%/%25/g'" >> "$GITHUB_ENV"
- name: Retrieve Release Version
id: version
run: echo "VERSION=$(python3 setup.py --version)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 5007582

Please sign in to comment.