mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Back to report.json
This commit is contained in:
2
.github/workflows/be-test-report.yml
vendored
2
.github/workflows/be-test-report.yml
vendored
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user