We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe256ba commit f9d2552Copy full SHA for f9d2552
.github/workflows/ci.yml
@@ -187,7 +187,7 @@ jobs:
187
EOF
188
189
# Pytest badge
190
- python3 src/rattlesnake/cicd/coverage_badge_color.py pytest-report/coverage.xml
+ python3 src/rattlesnake/cicd/badge_color_coverage.py pytest-report/coverage.xml
191
192
REPO_URL="${{ github.server_url }}/${{ github.repository }}"
193
WORKFLOW_URL="${REPO_URL}/actions/workflows/ci.yml"
0 commit comments