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 0a6dc1e commit 2959f70Copy full SHA for 2959f70
2 files changed
.c8rc.json
@@ -1,6 +1,6 @@
1
{
2
"all": true,
3
- "clean": false,
+ "clean": true,
4
"root": ".",
5
"include": ["packages/*/src/**/*.ts"],
6
"exclude": ["packages/*/src/**/types.ts"],
.github/workflows/nodejs.yml
@@ -95,7 +95,6 @@ jobs:
95
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
96
with:
97
token: ${{ secrets.CODECOV_TOKEN }}
98
- files: ./coverage/lcov.info
99
100
smoketests:
101
name: Smoketests
@@ -136,4 +135,3 @@ jobs:
136
135
137
138
139
0 commit comments