chore: update publish_test_coverage job

This commit is contained in:
Stevan Freeborn
2023-02-21 21:34:45 -06:00
parent 06ac0e91b0
commit bc44ed3a7a
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -121,4 +121,6 @@ jobs:
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
directory: ./coverage/ token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage-final.json
directory: ./coverage
+1 -1
View File
@@ -8,6 +8,6 @@
"all": true, "all": true,
"include": ["src/**/*.ts"], "include": ["src/**/*.ts"],
"exclude": ["src/index.ts", "**/*.spec.ts"], "exclude": ["src/index.ts", "**/*.spec.ts"],
"reporter": ["html", "lcov", "text", "text-summary"], "reporter": ["html", "lcov", "text", "text-summary", "json"],
"report-dir": "coverage" "report-dir": "coverage"
} }