Skip to content

Commit 0690641

Browse files
committed
fix: Coverage CI pipeline fix
Changed style generation and dev dependencies based on it
1 parent 554d393 commit 0690641

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1112
-4173
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
uses: coverallsapp/github-action@v2
3636
with:
3737
github-token: ${{ github.token }}
38-
path-to-lcov: ./dist/test/coverage/lcov.info
38+
path-to-lcov: ./coverage/lcov.info

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"useIgnoreFile": true
77
},
88
"files": {
9-
"includes": ["**/src/**/*.ts", "**/test/**/*.ts"],
9+
"includes": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.js"],
1010
"ignoreUnknown": true
1111
},
1212
"formatter": {

0 commit comments

Comments
 (0)