-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore(plugin-coverage): skip missing coverage for empty-report function #689
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2501202. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
2de12dd
to
68e2494
Compare
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit a7466b8 with source commit abe0cd2. 🏷️ Categories🗃️ Groups👍 2 groups improved
19 other groups are unchanged. 🛡️ Audits👍 10 audits improved, 👎 3 audits regressed, 9 audits changed without impacting score
500 other audits are unchanged. |
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.
Good call 👍
5816e84
to
2501202
Compare
Closes #647
In this PR, I skip missing coverage for functions called
(empty-report)
. They usually point to the first line of a file, animport
orexport
. Therefore, this seems like an invalid function identification.