codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

Fail_ci_if_error not actually passing when false

Open yarikoptic opened this issue 1 year ago • 3 comments

Further details and analysis: https://github.com/dandi/dandi-schema/issues/268#issuecomment-2498414015

but here is what we see

Image

see e.g. in https://github.com/dandi/dandi-schema/actions/runs/12004231865/job/33458888905

and oddly the whole workflow marks that matrix run failed although our config has

https://github.com/dandi/dandi-schema/blob/HEAD/.github/workflows/test.yml#L55

        fail_ci_if_error: false

so there might be two issues ;-)

yarikoptic avatar Nov 25 '24 16:11 yarikoptic

@yarikoptic I believe this should be fixed now. Re the fail_ci_if_error, yeah, this is another bug. However, let me know if you're unblocked now

thomasrockhu-codecov avatar Dec 06 '24 14:12 thomasrockhu-codecov

I still see with v5 (fresh 5.1.1):

Image

yarikoptic avatar Dec 06 '24 23:12 yarikoptic

  • https://github.com/codecov/codecov-action/pull/1721 presumably fixes that issue

yarikoptic avatar Dec 12 '24 20:12 yarikoptic