Open
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:
- Find out whether there's a way to configure codecov to ignore specific type/methods in C# (most likely ExcludeFromCodeCoverageAttribute serves this purpose)
- Investigate common types with coverage <= 80%
- File issues to add test for areas (type/methods) missing important coverage
Activity