Description
base.py module is missing in reports.
Repository
Detection of line segments & polygon edges intersections
Steps to Reproduce
Start CI build.
Wait until the end.
Check report page.
Expected behavior:
File base.py is listed in bentley_ottmann directory.
Actual behavior:
There is no such file
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?