Skip to content

Commit a724707

Browse files
authored
Disable optional Codecov settings
Comment out optional Codecov settings in pytest workflow.
1 parent 48abe75 commit a724707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
files: ./coverage.xml
6868
flags: unittests # optional
6969
name: codecov-umbrella # optional
70-
fail_ci_if_error: true # optional (default = false)
70+
#fail_ci_if_error: true # optional (default = false)
7171
verbose: true # optional (default = false)
7272
token: ${{ secrets.CODECOV_TOKEN }}
73-
slug: deep-mi/BrainPrint
73+
#slug: deep-mi/BrainPrint

0 commit comments

Comments
 (0)