Skip to content

Commit

Permalink
update test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k3a committed Sep 29, 2023
1 parent 954cf84 commit 19db3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
threshold-total: 95
- name: make coverage badge
uses: action-badges/[email protected]
if: contains(github.ref, 'main')
if: contains(fromJSON('["master", "main"]'), github.ref)
with:
label: coverage
message: ${{ steps.coverage.outputs.badge-text }}
Expand Down

0 comments on commit 19db3df

Please sign in to comment.