Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-guerin committed Jun 7, 2024
1 parent 0276ef0 commit 5992983
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projects/ngx-form/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ module.exports = function (config) {
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
coverageReporter: {
dir: require('path').join(__dirname, '../../coverage/ngx-form'),
reports: ['html', 'lcovonly', 'json'],
reporters: [
{type: 'html', subdir: 'html'},
{type: 'lcovonly', subdir: '.', file: 'lcov.info'},
{type: 'json', subdir: '.', file: 'coverage.json'}
],
fixWebpackSourcePaths: true
},
reporters: ['progress', 'kjhtml', 'coverage'],
Expand Down

0 comments on commit 5992983

Please sign in to comment.