Back to report.json

This commit is contained in:
Reginald Bondoc
2022-12-20 17:55:05 +01:00
parent 8a209049c5
commit 3eb33d22cf
2 changed files with 2 additions and 2 deletions

View File

@@ -33,5 +33,5 @@ jobs:
id: coverage
with:
output: report-markdown
coverage-file: coverage/coverage-final.json
coverage-file: coverage/report.json
working-directory: backend

View File

@@ -40,7 +40,7 @@
"lint-staged": "lint-staged",
"pretest": "docker compose -f test-resources/docker-compose.test.yml up -d",
"test": "cross-env NODE_ENV=test jest --testTimeout=10000 --detectOpenHandles",
"test:ci": "npm test -- --watchAll=false --ci --reporters=default --reporters=jest-junit --reporters=github-actions --coverage --testLocationInResults",
"test:ci": "npm test -- --watchAll=false --ci --reporters=default --reporters=jest-junit --reporters=github-actions --coverage --testLocationInResults --outputFile=report.json",
"posttest": "docker compose -f test-resources/docker-compose.test.yml down"
},
"repository": {