Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov fails, action passes? #266

Closed
frenck opened this issue Jan 31, 2024 · 15 comments
Closed

Codecov fails, action passes? #266

frenck opened this issue Jan 31, 2024 · 15 comments
Assignees

Comments

@frenck
Copy link

frenck commented Jan 31, 2024

This action clearly should be failing, considering the output:

CleanShot 2024-01-31 at 22 19 49@2x

However, as you can see, it passes...

All that is in the action:

- name: 🚀 Upload coverage report
  uses: codecov/codecov-action@v4.0.0
@frenck
Copy link
Author

frenck commented Jan 31, 2024

Oh god...

CleanShot 2024-01-31 at 22 23 16@2x

🤦

For real?

Anyways combined with codecov/codecov-action#1242 that is pretty dumb, especially considering dependabot/renovate coming by to upgrade a lot of external repos that just will look fine...

Closing it, as well, it is documented behavior...

@thomasrockhu-codecov thomasrockhu-codecov self-assigned this Jan 31, 2024
@frenck frenck closed this as completed Jan 31, 2024
@frenck frenck reopened this Feb 1, 2024
@frenck
Copy link
Author

frenck commented Feb 1, 2024

Actually, I've decided to re-open this, as I think this is debatable.

From the docs:

CleanShot 2024-02-01 at 08 40 48@2x

The part that makes me think this is an actual issue, is:

runs into errors during upload

However, in the above case (and the one laid out in codecov/codecov-action#1242), it isn't an upload issue at all. It never got to that part.

In my opinion, there needs to be a difference between a program error that isn't recoverable and an error during the upload of test coverage.

The latter case, yeah, I could see why someone would not want to fail on that (not debating the default on this one, as I still think it is a dumb default, but... not the point). In the case here, this is a non-recoverable program error that should have made the action fail regardless of this setting.

In conclusion, I think the CLI needs to throw different exit codes that can be handled accordingly based on that setting. This would allow this specific case in the screenshot of the OP to actually fail, regardless of the fail_ci_if_error setting.

@CasperWA
Copy link

CasperWA commented Feb 1, 2024

The action should indeed fail if a token is not present, for example. This is also semantically different from fail_ci_if_error as that pertains mainly to a "successful" coverage execution, but a failure to meet certain expected requirements for the resulting coverage numbers - or indeed "during upload".

Anyways combined with codecov/codecov-action#1242 that is pretty dumb, especially considering dependabot/renovate coming by to upgrade a lot of external repos that just will look fine...

This. This is bad.

@webknjaz
Copy link

webknjaz commented Feb 1, 2024

Interestingly, I'm seeing something similar with a token input set (not an env var, because it's ugly — the interface shouldn't matter, though).

@bmulholland
Copy link

bmulholland commented Feb 2, 2024

The problem with failing when codecov upload fails is that I've seen CodeCov's infrastructure not be very stable. It's frustrating to have CI blocked because CodeCov is having issues. At least, that's what I encountered when I last tried having this option on. Checking coverage is important but not critical enough to block everything.

@frenck
Copy link
Author

frenck commented Feb 2, 2024

@bmulholland Agree, the point here is: It also just passes on a critical error (e.g., configuration errors). That has nothing to do with uploading at all.

@bmulholland
Copy link

Oh yeah, good point, agree.

@thomasrockhu-codecov
Copy link
Contributor

@rohan-at-sentry, we should take a look into this

@thomasrockhu-codecov thomasrockhu-codecov transferred this issue from codecov/codecov-action Feb 6, 2024
@frenck
Copy link
Author

frenck commented Feb 10, 2024

I could not find my issue when I wanted to look up the status. Turned out it was moved to feedback? I'm not sure why this issue was moved to feedback.

This ain't feedback, this is an error case, a behavior that doesn't work as documented and thus: unexpected. Such things should be fixed. Either this bug should be fixed in code, or expected behavior and in that case the documentation should be adjusted.

Please advise on what to do now. Can you move the issue back? Or should I create a new issue in the codecov-upload action repository where this reported issue applies to?

../Frenck

@rohan-at-sentry
Copy link

rohan-at-sentry commented Feb 12, 2024

@frenck - this behavior is already a part of Codecov (we'll investigate how to improve this) , so it's likely better suited to triage within our feedback repo where we collect and prioritize feedback across the whole product (as opposed to within the github action repo which is more suited around issues with just the action)

@frenck
Copy link
Author

frenck commented Feb 12, 2024

Ok, closing this for now in that case.

../Frenck

@frenck frenck closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
@rohan-at-sentry
Copy link

For more context, here's the rationale for existing behavior. We do not want to fail builds due to issues related with uploading to Codecov. For example, consider a test run that takes about 20 min, then the run fails because Codecov had a hiccup. similar to what was raised here --> #266 (comment)

That would be suboptimal.

@frenck
Copy link
Author

frenck commented Feb 12, 2024

We do not want to fail builds due to issues related with uploading to Codecov

Yes, that was already stated above... That is also not what this was about.

That comment, made me realize closing this issue is the best path forward.

../Frenck

@drazisil-codecov
Copy link

@frenck A few issues may have gotten confused here.

In your case, was fail_ci_if_error set to true or false? (please ignore what it sounds like it should do, for now)

@frenck
Copy link
Author

frenck commented Feb 12, 2024

I've closed the issue, as it was an issue, not feedback.

I have no interest in getting into this feedback loop, especially considering the point was missed.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting for: Product Owner
Development

No branches or pull requests

7 participants