Skip to content

Commit 9fa8757

Browse files
knowledgecodeclaude
andcommitted
Remove flat style from coverage badge
Switch to default badge style by removing the style parameter. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 08e482d commit 9fa8757

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
status: ${{ steps.coverage.outputs.pct }}%
6565
color: ${{ fromJSON(steps.coverage.outputs.pct) >= 80 && 'green' || fromJSON(steps.coverage.outputs.pct) >= 60 && 'yellow' || 'red' }}
6666
path: badges/coverage.svg
67-
style: flat
6867

6968
- name: Commit coverage badge
7069
run: |
@@ -78,4 +77,4 @@ jobs:
7877
uses: actions/upload-artifact@v4
7978
with:
8079
name: coverage-report
81-
path: coverage/
80+
path: coverage/

0 commit comments

Comments
 (0)