-
Notifications
You must be signed in to change notification settings - Fork 16
feat(ci): add helper function for parsing configPatterns from json string #1079
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 7e906d6
☁️ Nx Cloud last updated this comment at |
@code-pushup/create-cli
@code-pushup/models
@code-pushup/cli
@code-pushup/nx-plugin
@code-pushup/ci
@code-pushup/core
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/lighthouse-plugin
@code-pushup/jsdocs-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 1edac0e with previous commit 97c31f8. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 3 audits improved, 👎 6 audits regressed, 14 audits changed without impacting score🗃️ Groups
18 other groups are unchanged. 🛡️ Audits
587 other audits are unchanged. |
dd44acd
to
6d8a69e
Compare
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.
Thanks for adding this helper. Added a suggestion for a const for export.
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
Exporting some utilities from
@code-pushup/ci
which will be useful for parsing newconfigPatterns
(#1046) andsearchCommits
(#1056) options in GitHub Action and GitLab pipelines template.