8000 Code coverage missing on Windows · Issue #770 · morelinq/MoreLINQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Code coverage missing on Windows #770
Closed
@atifaziz

Description

@atifaziz

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.


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0