blakeNaccarato / copier-python

Copier template for Python projects
https://blakenaccarato.github.io/copier-python/
MIT License
4 stars 0 forks source link

Fix Codecov integration #437

Closed blakeNaccarato closed 1 month ago

blakeNaccarato commented 2 months ago

Please check that this bug hasn't been reported before

Please confirm that this bug affects the latest version

Please indicate which operating system(s) you are using

Expected behavior

Codecov should work

Current behaviour

It's not

Steps to reproduce

Run CI

Possible solution

There's some weirdness upstream at Codecov, too many issues to be worth linking out to just one of them. Keep an eye out for "unknown error" Codecov issues being resolved.

blakeNaccarato commented 1 month ago

Okay, no actually it was just me all along. I figured it out, need to propagate changes up to the template now. Basically, coverage files in the uv cache were being picked up by Codecov, so I should move the cache out like ../uv-cache. Need to restore the .codecov file, too.