Skip to content

Commit

Permalink
fix: re-enable code coverage for flat libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Jul 31, 2023
1 parent c6e94b1 commit 48e86d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions showcases/ui5-lib/karma-ci-cov.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ module.exports = function (config) {
"src/**/*.js": ["coverage"],
"test/**/*.js": ["coverage"],
},
proxies: {
"/resources/ui5/ecosystem/demo/lib/": "/base/src/",
"/test-resources/ui5/ecosystem/demo/lib/": "/base/test/",
},
coverageReporter: {
dir: "coverage",
reporters: [
Expand Down
4 changes: 4 additions & 0 deletions showcases/ui5-tslib/karma-ci-cov.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ module.exports = function (config) {
"src/**/*.ts": ["ui5-transpile"],
"test/**/*.ts": ["ui5-transpile"],
},
proxies: {
"/resources/ui5/ecosystem/demo/tslib/": "/base/src/",
"/test-resources/ui5/ecosystem/demo/tslib/": "/base/test/",
},
coverageReporter: {
dir: "coverage",
reporters: [
Expand Down

0 comments on commit 48e86d0

Please sign in to comment.