Skip to content

Commit

Permalink
revert failing unit-test on ci error (#2422)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <sschrock@google.com>

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Nov 4, 2022
1 parent 6a00f92 commit d67fcba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
- name: codecov
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 2.1.0
with:
fail_ci_if_error: true
files: ./e2e-coverage.out,./attestor/e2e/e2e-coverage.out
verbose: true

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
- name: Upload codecoverage
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 2.1.0
with:
fail_ci_if_error: true
files: ./unit-coverage.out,./attestor/unit-coverage.out
verbose: true
generate-mocks:
Expand Down

0 comments on commit d67fcba

Please sign in to comment.