Skip to content

Commit 6e0da1b

Browse files
committed
fix(CI): Remove coverage badge commit
Signed-off-by: Gozzim <80704304+Gozzim@users.noreply.github.com>
1 parent 4230822 commit 6e0da1b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,3 @@ jobs:
4343
run: |
4444
pytest --cov=analyzer_lib --cov-report=xml
4545
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

Comments
 (0)