Skip to content

Commit ccfe27e

Browse files
override codecov settings.
1 parent 0924947 commit ccfe27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)
119119
env_vars: C#
120120
# Specify whether or not CI build should fail if Codecov runs into an error during upload
121-
fail_ci_if_error: true
121+
fail_ci_if_error: false
122122

123123
- name: SonarScanner for .NET 8 with pull request decoration support
124124
id: scan

.github/workflows/app-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)
7272
env_vars: javascript
7373
# Specify whether or not CI build should fail if Codecov runs into an error during upload
74-
fail_ci_if_error: true
74+
fail_ci_if_error: false
7575

7676
- name: SonarQube Scan
7777
id: scan

0 commit comments

Comments
 (0)