We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4230822 commit 6e0da1bCopy full SHA for 6e0da1b
.github/workflows/ci.yml
@@ -43,15 +43,3 @@ jobs:
43
run: |
44
pytest --cov=analyzer_lib --cov-report=xml
45
46
- - name: Generate coverage badge
47
- run: |
48
- genbadge coverage -i coverage.xml -o coverage.svg
49
-
50
- - name: Commit coverage badge
51
- if: github.ref == 'refs/heads/master'
52
- uses: EndBug/add-and-commit@v9
53
- with:
54
- author_name: 'github-actions[bot]'
55
- author_email: 'github-actions[bot]@users.noreply.github.com'
56
- message: 'chore: Update coverage badge'
57
- add: 'coverage.svg'
0 commit comments