nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

CI CodeCov fail #375

Closed howtoosee closed 4 years ago

howtoosee commented 4 years ago

Hi, my CI keeps failing on Ubuntu due to an error when running CodeCov. This error has been persistent despite re-running all jobs multiple times.

The error comes from the codecov.sh file having a syntax error, but if im not wrong this file does not exist in our repository under the .github directory.

Some background: I've only made commits to the UG...

Does anyone know how to solve it?

Screenshot 2020-11-01 at 17 26 47

joshuacjx commented 4 years ago

I am currently experiencing the same problem after I made some commits where I increased the number of JUnit tests.

howtoosee commented 4 years ago

I am currently experiencing the same problem after I made some commits where I increased the number of JUnit tests.

My team rerun CI checks for old commits and now they are failing so i think it might be a github / codecov issue...

damithc commented 4 years ago

Perhaps disable codecov for the time being?

damithc commented 4 years ago

Closing this in favor of #374, to avoid duplication.