Skip to content

Commit

Permalink
SNOW-1065172-gh-workflow-optimization: upload coverage to codecov
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 21, 2024
1 parent 72ed289 commit 4e3336e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,12 @@ jobs:
with:
name: combined_htmlcov
path: htmlcov
- name: Uplaod to codecov
uses: codecov/codecov-action@v4
with:
directory: artifacts/coverage.xml_*/coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: true
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 4e3336e

Please sign in to comment.