We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4299eb commit 6bfde5dCopy full SHA for 6bfde5d
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v4
26
with:
27
+ cache: "yarn"
28
node-version: ${{ matrix.node-version }}
29
30
# Installation
@@ -34,3 +35,4 @@ jobs:
34
35
36
# CI
37
- run: yarn check-ci
38
+ - run: yarn codecov
package.json
@@ -55,7 +55,7 @@
55
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
56
"babel-eslint": "^10.1.0",
57
"chai": "^4.3.4",
58
- "codecov": "^3.8.2",
+ "codecov": "^3.8.3",
59
"cross-env": "^7.0.3",
60
"eslint": "^7.30.0",
61
"eslint-config-formidable": "^4.0.0",
@@ -79,4 +79,4 @@
79
"publishConfig": {
80
"provenance": true
81
}
82
-}
+}
0 commit comments