Skip to content

Commit 7ef5bb1

Browse files
committed
Last fix for AppVeyor? Need directory where code coverage file will be save to to exist in order for build to pass...
1 parent 239a6e6 commit 7ef5bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ DevTracker*
4040
AaronLuna.AsyncFileServer.Tools/
4141

4242
# Code coverage files
43-
GeneratedReports/
44-
/GeneratedReports/*
43+
*/CodeCoverageReport.xml
44+
*/ReportGenerator Output/*
4545
coverage-html
4646
coverage.json
4747
coverage.hits

GeneratedReports/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)