feedback
feedback copied to clipboard
Missing covered files
I have recently noticed that the python files that are covered by pytest-cov are missing in the codecov UI. Probably this is not the right repo to ask this, but I am not sure where to do it.
I have tried a few variants:
- Using codecov built-in plugins: https://github.com/spglib/spglib/actions/runs/8097662484
- Using manually generated
gcovrandpytestreports: https://github.com/spglib/spglib/actions/runs/8097373557 - Using both: https://github.com/spglib/spglib/actions/runs/8097095833
Testing locally the coverage test do generate the files and they do cover my python files. Any suggestions on how to debug this issue?
@LecrisUT I could use some more details here. Can you point to a file/line that is missing in the Codecov UI? We can probably start there
You can navigate to them in the coverage/* github workflows. For example:
https://app.codecov.io/github/spglib/spglib/commit/de7497cecdc744944e9277726b8f5fe6888ac37b/tree/python
Here there are no python related coverage reports