Skip to content

Commit

Permalink
SNOW-1065172-gh-workflow-optimization: allow codecov upload to fail
Browse files Browse the repository at this point in the history
Sometimes on GCP this test stalls. Until we figure out what is the real
prblem we will retry and add timeout.
  • Loading branch information
sfc-gh-mraba committed Mar 25, 2024
1 parent fc0922c commit 904e379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ jobs:
- name: Uplaod to codecov
uses: codecov/codecov-action@v4
with:
directory: artifacts/coverage.xml_*/coverage.xml
file: combined_coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: true
fail_ci_if_error: false
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down

0 comments on commit 904e379

Please sign in to comment.