Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/cypress/code-coverag…
Browse files Browse the repository at this point in the history
…e-3.13.6
  • Loading branch information
rmanaem authored Nov 21, 2024
2 parents e5ad5e3 + b6a2299 commit b684e1b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: nyc report --reporter=lcov --temp-dir final_coverage --report-dir ./coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/lcov.info
Expand Down
80 changes: 43 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"nyc": "^17.1.0",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-istanbul": "^6.0.0",
"vitest": "^2.1.3"
}
Expand Down

0 comments on commit b684e1b

Please sign in to comment.