mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Restore the codecov comments on the PRs #1171

Closed mwouts closed 10 months ago

mwouts commented 10 months ago

I don't see anymore the codecov comments on the PR - not sure the codecov.yml file is effective anymore? cc @LecrisUT

LecrisUT commented 10 months ago

The number of tests you have in the codecov.yml (after_n_builds) is too many (experimental tests do not upload to codecov). I think you can even put after_n_builds directly to individual flags. Or you can try wait_for_ci

mwouts commented 10 months ago

Yes - apparently it's the conda builds that fail to upload the coverage.