Skip to content

Commit

Permalink
Merge pull request #1301 from OpenGeoscience/no-codecov-error
Browse files Browse the repository at this point in the history
build: Don't error if codecov reports an error
  • Loading branch information
manthey committed Oct 30, 2023
2 parents c4aff97 + a10b41e commit 7408134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm run ci-build-website
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
- name: On failure, create alternate baseline images in case the new behavior is correct
if: ${{ failure() }}
Expand Down

0 comments on commit 7408134

Please sign in to comment.