Browse Source

added Coverlet result files as a Code Coverage Tool (#3252)

pull/3271/head
Łukasz Kurzyniec 4 years ago
parent
commit
b4551f2e98
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      VisualStudio.gitignore

+ 3
- 0
VisualStudio.gitignore View File

@@ -137,6 +137,9 @@ _TeamCity*
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*[.json, .xml, .info]

# Visual Studio code coverage results
*.coverage
*.coveragexml

Loading…
Cancel
Save