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 issue #374

Closed
GeNiaaz opened this issue Nov 1, 2020 · 11 comments
Closed

Codecov issue #374

GeNiaaz opened this issue Nov 1, 2020 · 11 comments

Comments

@GeNiaaz
Copy link

GeNiaaz commented Nov 1, 2020

My test is suddenly failing at Codecov, and I have no idea why. Does anyone have a fix for this? I have rerun several times.

image

@erisjacey
Copy link

This seems to be a common issue across the board (see #375 ). My team is also experiencing the same problem, I suspect the issue is on the GitHub/Codecov server side

@howtoosee
Copy link

I think this is a github/codecov issue. i have the same problem #375

@damithc
Copy link
Contributor

damithc commented Nov 1, 2020

Perhaps disable codecov for the time being?

@damithc damithc mentioned this issue Nov 1, 2020
@LinkedInk
Copy link

LinkedInk commented Nov 1, 2020

Does anyone know how to disable codecov? I can't seem to find an instruction on how this is done.

@luo-git
Copy link

luo-git commented Nov 1, 2020

I think you can find that option under .github/workflow/gradle.yml.

uses: codecov/codecov-action@v1

@Nahoyhp
Copy link

Nahoyhp commented Nov 1, 2020

Is there a way to just disable it?
For now, I just remove the whole block.
I have try commenting out the whole block of code in .github/workflow/gradle.yml. but does not seem to work [Have other weird error].

@erisjacey
Copy link

Which block are you referring to?

Under .github/workflow/gradle.yml, I commented out the following block:

      - uses: codecov/codecov-action@v1
        if: runner.os == 'Linux'
        with:
          file: ${{ github.workspace }}/build/reports/jacoco/coverage/coverage.xml
          fail_ci_if_error: true

and my team's repo CI starting passing again.

@howtoosee
Copy link

Is there a way to just disable it?
For now, I just remove the whole block.
I have try commenting out the whole block of code in .github/workflow/gradle.yml. but does not seem to work [Have other weird error].

Screenshot 2020-11-01 at 20 36 39

Commenting out this section only worked for me

@jieffyy
Copy link

jieffyy commented Nov 1, 2020

I think codecov is back up. It is working for my team.

@LinkedInk
Copy link

Can confirm

@Caiyi34777
Copy link

Change fail_if_ci_error to false and everything will work then

@GeNiaaz GeNiaaz closed this as completed Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants