Skip to content

Commit e724ec7

Browse files
committed
chore: put lcov.info in ./coverage
1 parent 7212cb4 commit e724ec7

File tree

4 files changed

+201
-188
lines changed

4 files changed

+201
-188
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: coverallsapp/github-action@v2
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
37-
path-to-lcov: ./coverage/ng-http-loader/lcov.info
37+
path-to-lcov: ./coverage/lcov.info

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"watch": false,
3939
"coverageReporters": [
4040
"lcovonly"
41-
]
41+
],
42+
"runnerConfig": "vitest.config.ts"
4243
}
4344
},
4445
"lint": {

0 commit comments

Comments
 (0)