__init__.py is not included in codecove even though it is in the report

Description

A file called __init__.py is included in the xml report, but not in the codecov report. Other files in the same directory are included, so I don’t think it is a path fixing issue.

Commit SHAs

9654a4f46b7dfd58eb0da2682b6746b16a06ab49

Repository

CI/CD or Build URL

Uploader

Bash uploader.

Codecov Output

2020-11-11T13:02:32.1245153Z
2020-11-11T13:02:32.1245523Z _____ _
2020-11-11T13:02:32.1245750Z / | | |
2020-11-11T13:02:32.1245980Z | | ___ __| | ___ ___ _____ __
2020-11-11T13:02:32.1246213Z | | / _ \ / ` |/ _ / / _ \ \ / /
2020-11-11T13:02:32.1246449Z | |
| (
) | (
| | __/ (
| (
) \ V /
2020-11-11T13:02:32.1246667Z ______/ _,|_|____/ _/
2020-11-11T13:02:32.1247597Z Bash-20201106-81372f2
2020-11-11T13:02:32.1247830Z
2020-11-11T13:02:32.1248001Z
2020-11-11T13:02:32.1350634Z e[0;90m==>e[0m GitHub Actions detected.
2020-11-11T13:02:32.1463393Z e[0;90mproject root:e[0m .
2020-11-11T13:02:32.1538725Z e[0;90mYaml found at:e[0m codecov.yml
2020-11-11T13:02:32.2054542Z e[0;90m==>e[0m Running gcov in . e[0;90m(disable via -X gcov)e[0m
2020-11-11T13:02:32.2088043Z e[0;90m==>e[0m Searching for coverage reports in:
2020-11-11T13:02:32.2088798Z e[0;32m+e[0m .
2020-11-11T13:02:32.2156916Z e[0;90m->e[0m Found 1 reports
2020-11-11T13:02:32.2167694Z e[0;90m==>e[0m Detecting git/mercurial file structure
2020-11-11T13:02:32.2242681Z e[0;90m==>e[0m Reading reports
2020-11-11T13:02:32.2313722Z e[0;32m+e[0m ./coverage.xml e[0;90mbytes=3476e[0m
2020-11-11T13:02:32.2362460Z e[0;90m==>e[0m Appending adjustments
2020-11-11T13:02:32.2363661Z e[0;36mhttps://docs.codecov.io/docs/fixing-reportse[0m
2020-11-11T13:02:32.2450130Z e[0;90m->e[0m No adjustments found
2020-11-11T13:02:32.2469197Z e[0;90m==>e[0m Gzipping contents
2020-11-11T13:02:32.2494338Z e[0;90m==>e[0m Uploading reports
2020-11-11T13:02:32.2495190Z e[0;90murl:e[0m https://codecov.io
2020-11-11T13:02:32.2496532Z e[0;90mquery:e[0m branch=master&commit=9654a4f46b7dfd58eb0da2682b6746b16a06ab49&build=357774803&build_url=http%3A%2F%2Fgithub.com%2Fdanhje%2Fpymesis%2Factions%2Fruns%2F357774803&name=&tag=&slug=danhje%2Fpymesis&service=github-actions&flags=&pr=&job=&cmd_args=
2020-11-11T13:02:32.2530435Z e[0;90m->e[0m Pinging Codecov
2020-11-11T13:02:32.2532134Z https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=9654a4f46b7dfd58eb0da2682b6746b16a06ab49&build=357774803&build_url=http%3A%2F%2Fgithub.com%2Fdanhje%2Fpymesis%2Factions%2Fruns%2F357774803&name=&tag=&slug=danhje%2Fpymesis&service=github-actions&flags=&pr=&job=&cmd_args=
2020-11-11T13:02:33.9168954Z e[0;90m->e[0m Uploading to
2020-11-11T13:02:33.9171701Z https://storage.googleapis.com/codecov/v4/raw/2020-11-11/180E3C962466790183CE0B3736542765/9654a4f46b7dfd58eb0da2682b6746b16a06ab49/7df06abc-d5d4-4782-b828-5b5be5c610d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201111T130233Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfd317dc4f0273f6985c02c83287594b7a7d4456bc28c384c47479cf79aedef
2020-11-11T13:02:33.9262484Z % Total % Received % Xferd Average Speed Time Time Time Current
2020-11-11T13:02:33.9263369Z Dload Upload Total Spent Left Speed
2020-11-11T13:02:33.9264988Z
2020-11-11T13:02:34.0936523Z 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
2020-11-11T13:02:34.0937202Z 100 756 0 0 100 756 0 4526 --:–:-- --:–:-- --:–:-- 4526
2020-11-11T13:02:34.0995991Z e[0;32m->e[0m View reports at e[0;36mhttps://codecov.io/github/danhje/pymesis/commit/9654a4f46b7dfd58eb0da2682b6746b16a06ab49e[0m

Expected Results

Finding all files that are in the xml report, in the codecov report.

Actual Results

__init__.py is missing in codecov report.

Thanks here @danhje. We are aware of this issue and are working on it for this case. I’ll update here when we get a fix in.

Is this problem resolved or still being worked on?
I’m having the same problem, but I’m not sure if it’s due to misconfiguration.

@afq984, we are still working on this issue. Thanks for your patience, and I’ll update here when we deploy a fix.

1 Like

@afq984, we made a fix here. Would you be able to see if it’s working for you now?

Yep, looks good. Thanks :blush:

1 Like

Works for me now, __init__.py is included. Thanks!

1 Like