Skip to content

Commit

Permalink
fix lcov to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
doppelganger9 committed Sep 30, 2024
1 parent d247618 commit d51abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest run",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"coveralls": "vitest run --coverage | coveralls",
"coveralls": "vitest run --coverage && echo coverage/lcov.info | coveralls",
"prettier": "prettier src/**/*.ts",
"prettier:write": "prettier src/**/*.ts --write",
"prettier:check": "prettier src/**/*.ts --check",
Expand Down

0 comments on commit d51abc1

Please sign in to comment.