Skip to content

Commit 114b3ff

Browse files
aaronj0vgvassilev
authored andcommitted
Add codecov token to config, Fixes #284
1 parent bd42cfd commit 114b3ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,9 @@ jobs:
928928
uses: codecov/codecov-action@v4
929929
with:
930930
file: ./coverage.info
931+
fail_ci_if_error: true
932+
verbose: true
933+
token: ${{ secrets.CODECOV_TOKEN }}
931934

932935
- name: Build and Install cppyy-backend on Unix Systems
933936
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}

0 commit comments

Comments
 (0)