do not ignore the coverage summary
so it can be used to compare master and PR coverage
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -6,7 +6,11 @@ cypress/results
|
||||
cypress/screenshots
|
||||
cypress/videos
|
||||
cypress.env.json
|
||||
coverage
|
||||
# do not ignore the coverage summary so it can be used to compare master and PR coverage
|
||||
# see .github/workflows/onpushandpullrequest.yml
|
||||
!coverage/
|
||||
coverage/*
|
||||
!coverage/coverage-summary.json
|
||||
instrumented
|
||||
.nyc_output
|
||||
.vscode
|
||||
|
||||
Reference in New Issue
Block a user