-
Notifications
You must be signed in to change notification settings - Fork 43
chore(ama-sdk-schematics): ignore coverage for generated files #3091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit cb23d86.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3b05b5a
to
a502d1c
Compare
...pescript/core/openapi-codegen-typescript/src/main/resources/typescriptFetch/api/api.mustache
Outdated
Show resolved
Hide resolved
d8453d0
to
d18a465
Compare
d18a465
to
41fe54e
Compare
1d2910e
to
18e4515
Compare
packages/@ama-sdk/schematics/schematics/ng-update/typescript/v12.3/coverage-ignore.spec.ts
Show resolved
Hide resolved
23d3705
to
df2644f
Compare
packages/@ama-sdk/schematics/testing/mocks/jest-config/result.jest.config.js
Show resolved
Hide resolved
a328818
to
1ad0c9b
Compare
&& ts.isBinaryExpression(statement.expression) | ||
&& /module\.exports/.test(statement.expression.left.getText(rootNode)) | ||
&& ts.isObjectLiteralExpression(statement.expression.right) | ||
&& !statement.expression.right.properties.some((prop) => ts.isPropertyAssignment(prop) && prop.name.getText(rootNode) === 'coveragePathIgnorePatterns') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to complete missing files if the coveragePathIgnorePatterns is already defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say that discovering intersection between globs is a bit too much :D.
1ad0c9b
to
11a6c6c
Compare
11a6c6c
to
ff75992
Compare
ff75992
to
edd3188
Compare
edd3188
to
cb23d86
Compare
Proposed change
chore(ama-sdk-schematics): ignore coverage for generated files
Related issues
- No issue associated -