chore: update publish_test_coverage job
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user