Skip to content

Commit

Permalink
Update coverate report GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fveracoechea committed Apr 26, 2024
1 parent 551675f commit 39c75db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v3

- name: Use Node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'yarn'

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install

- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=18"
},
"scripts": {
"dev": "rollup -c --watch",
"dev": "tsup --watch",
"type-check": "tsc --project tsconfig.json",
"build": "tsup",
"test": "jest --ci --maxWorkers=2",
Expand All @@ -35,7 +35,7 @@
"http-codegen": "ts-node scripts/generateHttpCodes",
"type": "tsc"
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@4.1.1",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down

0 comments on commit 39c75db

Please sign in to comment.