Skip to content

Commit

Permalink
update codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Aug 6, 2024
1 parent d4299eb commit 6bfde5d
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 808 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: ${{ matrix.node-version }}

# Installation
Expand All @@ -34,3 +35,4 @@ jobs:

# CI
- run: yarn check-ci
- run: yarn codecov
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"codecov": "^3.8.2",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-config-formidable": "^4.0.0",
Expand All @@ -79,4 +79,4 @@
"publishConfig": {
"provenance": true
}
}
}
Loading

0 comments on commit 6bfde5d

Please sign in to comment.