Browse Source

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

Łukasz Kurzyniec 5 năm trước cách đây
mục cha
commit
b4551f2e98
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      VisualStudio.gitignore

+ 3 - 0
VisualStudio.gitignore

@@ -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