Skip to content

Commit d28544a

Browse files
kdinevdamyanpetevCopilot
authored
test(*): updating coverage reporting (#17088)
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 49b61d0 commit d28544a

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
"exclude": [
209209
"migrations",
210210
"schematics"
211+
],
212+
"codeCoverageExclude": [
213+
"projects/igniteui-angular/test-utils/**"
211214
]
212215
}
213216
},

projects/igniteui-angular/core/src/public_api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ export * from './data-operations/pipes';
4141
// Services
4242
export * from './services/public_api';
4343

44-
// Performance service
45-
export * from './performance.service';
46-
4744
// i18n
4845
export { setCurrentI18n } from 'igniteui-i18n-core';
4946
export { IResourceStrings, changei18n, registerI18n } from './core/i18n/resources';

projects/igniteui-angular/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ module.exports = function (config) {
3434
reporters: [
3535
// reporters not supporting the `file` property
3636
{ type: 'lcov' },
37+
{ type: 'text-summary' }
3738
]
3839
},
39-
reporters: ['spec'],
40+
reporters: ['spec', 'coverage'],
4041
specReporter: {
4142
suppressSkipped: true
4243
},

projects/igniteui-angular/core/src/performance.service.ts renamed to projects/igniteui-angular/test-utils/performance.service.ts

File renamed without changes.

0 commit comments

Comments
 (0)