Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit fa3a108

Browse files
author
v.potekhin
committed
chore: fix coverage
1 parent 2bb4f14 commit fa3a108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
uses: coverallsapp/github-action@master
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
34-
path-to-lcov: ./coverage/geolocation/lcov.info
34+
path-to-lcov: ./coverage/geolocation/report-lcov/lcov.info

projects/geolocation/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(config) {
1717
},
1818
coverageReporter: {
1919
dir: require('path').join(__dirname, '../../coverage/geolocation'),
20-
reporters: ['html', 'lcovonly'],
20+
reporters: [{type: 'lcov', subdir: 'report-lcov'}],
2121
fixWebpackSourcePaths: true,
2222
},
2323
reporters: ['progress', 'kjhtml', 'coverage'],

0 commit comments

Comments
 (0)