do not ignore the coverage summary

so it can be used to compare master and PR coverage
This commit is contained in:
JFH
2022-08-14 11:11:52 +02:00
parent 05c5455a00
commit 614a361558
2 changed files with 106 additions and 1 deletions

6
.gitignore vendored
View File

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