Codecov thinks my 5 line file is 397 lines long?

Description

I recently added a file with 5 lines of code in my repo. But now codecov analysis thinks this file in 397 lines long, with 245 uncovered lines?

Repository

Report is at https://codecov.io/gh/clambin/pimon/tree/332df7812087a9ae69854201efb3595da2addc78
Repo itself is at GitHub - clambin/pimon: Docker container to monitor Raspberry Pi system & applications

Steps to Reproduce

None

Versions

pytest-cov 2.8.1
codecov 2.0.22
coverage 5.1

Analysis done via gitlab-ci

Hi @clambin, looks like we aren’t seeing this anymore.

The issue was that in the raw report https://codecov.io/codecov/v4/raw/2020-04-18/DECDA5D576AB50C75A8A9A312B4169C8/332df7812087a9ae69854201efb3595da2addc78/ab9f56a0-e680-415c-b218-1f37106c1b9a.txt, we were seeing

Because of the same named file (and the only coverage data for main.py), we assumed it was the same file.