Skip to content

Commit f46bac0

Browse files
author
Lode Rosseel
committed
Revert "Revertme: remove cov step"
This reverts commit 3f1fe98.
1 parent 4a79664 commit f46bac0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ jobs:
6565
sarif_file: zizmor.sarif
6666
category: zizmor
6767

68+
- name: Report coverage
69+
if: contains(matrix.name, 'coverage')
70+
uses: codecov/codecov-action@v5
71+
with:
72+
fail_ci_if_error: true
73+
files: ./coverage.xml
74+
token: ${{ secrets.CODECOV_TOKEN }}
75+
6876
strategy:
6977
fail-fast: false
7078
matrix:

0 commit comments

Comments
 (0)