We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a065283 commit b8f032cCopy full SHA for b8f032c
.github/workflows/Release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm ci
31
- name: Test
32
run: |
33
- npx run-many --target=test --all --code-coverage --coverage --reporters=default --reporters=default --coverageReporters=cobertura,html,json
+ npx nx run-many --target=test --all --code-coverage --coverage --reporters=default --reporters=default --coverageReporters=cobertura,html,json
34
SUMMARY=$(node ./tools/utils/merge-codecoverage/index.js | grep "All files" | awk '{print $4}')
35
echo "COVERAGE=$(echo ${SUMMARY})" >> $GITHUB_ENV
36
- name: Cretae Badge
0 commit comments