Skip to content

Improve code coverage #320

Open
Open
@adrianoc

Description

Investigate untested scenarios by looking into coverage data1.

For instance, according to coverage data, ISymbolExtensions.ToElementKind() is missing tests around enums, interfaces, arrays, etc.

The goal of this task is:

  1. Find out whether there's a way to configure codecov to ignore specific type/methods in C# (most likely ExcludeFromCodeCoverageAttribute serves this purpose)
  2. Investigate common types with coverage <= 80%
  3. File issues to add test for areas (type/methods) missing important coverage

Footnotes

  1. The report for vnext branch (as of the date this issue has been filled) can be found here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or requestwipWork In Progress

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions