Skip to content

Commit

Permalink
override codecov settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Apr 16, 2024
1 parent 0924947 commit ccfe27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)
env_vars: C#
# Specify whether or not CI build should fail if Codecov runs into an error during upload
fail_ci_if_error: true
fail_ci_if_error: false

- name: SonarScanner for .NET 8 with pull request decoration support
id: scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)
env_vars: javascript
# Specify whether or not CI build should fail if Codecov runs into an error during upload
fail_ci_if_error: true
fail_ci_if_error: false

- name: SonarQube Scan
id: scan
Expand Down

0 comments on commit ccfe27e

Please sign in to comment.