Skip to content

Commit

Permalink
Ignore codecov upload failures (flyteorg#144)
Browse files Browse the repository at this point in the history
* disable codecov

Signed-off-by: Dan Rammer <daniel@union.ai>

* bump codecov action verison

Signed-off-by: Dan Rammer <daniel@union.ai>

Signed-off-by: Dan Rammer <daniel@union.ai>
  • Loading branch information
hamersaw committed Nov 14, 2022
1 parent 1736864 commit ab23187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
file: coverage.txt
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false
- uses: actions/setup-go@v2
with:
go-version: '1.18'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Unit Tests
run: make mod_download && make test_unit_codecov
- name: Push CodeCov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v3.1.1
with:
file: coverage.txt
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false
- name: Bench tests
run: make install && make test_benchmark
lint:
Expand Down

0 comments on commit ab23187

Please sign in to comment.