Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Fix Codecov Uploads #737

Closed bjthehun closed 2 months ago

bjthehun commented 3 months ago

With #734, I also messed up the upload of code coverage results, as seen in this screenshot:

Result for last QA run 1326

The upload silently fails (see the error below), without failing the QA workflow.

Because I feel that this is my fault, I would like someone else to fix this CI problem.

EagleoutIce commented 3 months ago

Thank you for reporting the Issue!

Ellpeck commented 2 months ago

It looks like this is just an issue of the codecov access token being missing, which is odd since I don't think you have access to change that to begin with. @EagleoutIce can you try generating a new one?

EagleoutIce commented 2 months ago

Without having changed anything, this seems to work again (https://github.com/Code-Inspect/flowr/actions/runs/8708180076/job/23884932488), so i close this for now.