Codecov UI is missing files. Report is showing them

Please check the troubleshooting guide before creating a ticket.
All fields below are required.

Description

Codecov integration with github is always showing 100% total coverage with 2 files in total. This is far from correct. The real results are closer to 98% total coverage with 4 files in total.

Commit SHAs

https://github.com/vangorra/python_gogogate2_api/pull/5/commits/09306e8d15b1b77ea5d8ad782ec7ca44604a053c

Repository

CI/CD or Build URL

Uploader

Github workflow action. codecov/codecov-action@v1

Codecov Output

@@            Coverage Diff            @@
##            master        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          107       107           
  Branches         8         8           
=========================================
  Hits           107       107        

Expected Results

----------- coverage: platform linux, python 3.7.9-final-0 -----------
Name                        Stmts   Miss Branch BrPart  Cover
-------------------------------------------------------------
gogogate2_api/__init__.py     172      0     16      0   100%
gogogate2_api/cli.py           84      0     16      0   100%
gogogate2_api/common.py       226      6     48      2    96%
gogogate2_api/const.py         23      0      0      0   100%
-------------------------------------------------------------
TOTAL                         505      6     80      2    98%
Coverage HTML written to dir build/coverage_report
Coverage XML written to file coverage.xml

Required test coverage of 98.0% reached. Total coverage: 98.29%

Actual Results

Files init.py and common.py are missing in the codecov output. The codecov build shows the files are present and the report also shows the coverage for the missing files.

https://codecov.io/api/gh/vangorra/python_gogogate2_api/download/build?path=v4/raw/2020-12-19/6563A9E53DB2726250EDD39DDCF8EC2D/09306e8d15b1b77ea5d8ad782ec7ca44604a053c/e90d234d-153b-4043-9b44-47eeb94b0213.txt

Additional Information

I’ve been trying to troubleshoot this for some time. Codecov integration doesn’t seem to work as files are missing.

Hi @vangorra, thanks for this, we are working on a fix here. I’ll update when it’s been merged and deployed.

@vangorra, we made a small fix here. Would you be able to push up a new commit and we can see how to get your issue resolved?