ENSTA-U2IS-AI / torch-uncertainty

Open-source framework for uncertainty and deep learning models in PyTorch :seedling:
https://torch-uncertainty.github.io
Apache License 2.0
223 stars 16 forks source link

:wrench: Fix codecov upload in forked PRs #58

Closed o-laurent closed 5 months ago

o-laurent commented 8 months ago

The token is not valid, and we cannot upload the coverage cf. this GitHub action.

o-laurent commented 8 months ago

As Quentin's branch is also called main, it modified the coverage of origin/main branch. Linked to codecov/engineering-team#661.

qbouniot commented 8 months ago

Unfortunately, changing the branch name from which the PR comes from did not update the coverage of origin/main branch ...

o-laurent commented 8 months ago

Unfortunately, changing the branch name from which the PR comes from did not update the coverage of origin/main branch ...

We have to push on main to change it, but pushing on your PR won't change the cov. again.