Closed
Description
Something is off with code coverage on Windows, which is being reported blank:
+--------+------+--------+--------+
| Module | Line | Branch | Method |
+--------+------+--------+--------+
+---------+------+--------+--------+
| | Line | Branch | Method |
+---------+------+--------+--------+
| Total | 100% | 100% | 100% |
+---------+------+--------+--------+
| Average | NaN% | NaN% | NaN% |
+---------+------+--------+--------+
See attached CI build log for 9dd2d5e.
On Linux/macOS builds, however, the coverage collection seems to be working fine:
+----------+--------+--------+--------+
| Module | Line | Branch | Method |
+----------+--------+--------+--------+
| MoreLinq | 91.18% | 89.4% | 92.97% |
+----------+--------+--------+--------+
+---------+--------+--------+--------+
| | Line | Branch | Method |
+---------+--------+--------+--------+
| Total | 91.18% | 89.4% | 92.97% |
+---------+--------+--------+--------+
| Average | 91.18% | 89.4% | 92.97% |
+---------+--------+--------+--------+
See attached CI build log for 9dd2d5e.
I have not traced back to when and what introduced this issue.