Skip to content

Commit

Permalink
codecov no fail CI
Browse files Browse the repository at this point in the history
Codecov fails too often to upload. Make it non mandatory
Also increase the timeout for some tests
  • Loading branch information
jotak committed Mar 8, 2023
1 parent 16e73b2 commit 3f819d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false

bundle-check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion controllers/flowcollector_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ func UpdateCR(key types.NamespacedName, updater func(*flowslatest.FlowCollector)
Eventually(func() error {
updater(cr)
return k8sClient.Update(ctx, cr)
}).Should(Succeed())
}, timeout, interval).Should(Succeed())
}

func checkDigestUpdate(oldDigest *string, annots map[string]string) error {
Expand Down

0 comments on commit 3f819d6

Please sign in to comment.