Missing `base.py` module in report

Description

base.py module is missing in reports.

Repository

Steps to Reproduce

  1. Start CI build.
  2. Wait until the end.
  3. Check report page.

Expected behavior:
File base.py is listed in bentley_ottmann directory.

Actual behavior:
There is no such file
https://codecov.io/gh/lycantropos/bentley_ottmann/compare/87843a973c4223173be380ed7dc90bf9e510b54d...423c19214e104066a04af81f4909dc1b89176f3f/tree/bentley_ottmann

Flakiness?
All the time since project coverage has been collected and reported.

Versions

OS: Windows 10 Enterprise
Browser: Version 79.0.3945.130 (Official Build) (64-bit)

Hi @lycantropos

We pushed a fix that handled a case where duplicated file names where dropped. Can you try again and see if the file shows?

It looks like it didn’t help, file is missing still, I’ll try again today

Nope, unfortunately it didn’t appear

Interesting. Can you please rename tests/strategies/base.py to something like tests/strategies/test_base.py so we can confirm this is still a duplicated file name issue?