Skip to content

Commit

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

Signed-off-by: Dan Rammer <[email protected]>

* bump codecov action version

Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Dan Rammer <[email protected]>
  • Loading branch information
hamersaw authored Nov 16, 2022
1 parent 1713470 commit a4281e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flytetools/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
run: make install && make test_unit_codecov
- name: Push CodeCov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
with:
file: coverage.txt
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit a4281e0

Please sign in to comment.