Replies: 3 comments 2 replies
-
As for the unit tests, completely fine to contribute a workflow to run those. With the following caveats:
As for the build process, in theory you can also automate that portion with a workflow if you want to. |
Beta Was this translation helpful? Give feedback.
-
Right, not having Merch tests running in the Milo pipeline is our tech dept, thanks for raising it. @mokimo I would say merch tests are reliable, they don't rely on outer dependencies. and timewise it should be ok too. |
Beta Was this translation helpful? Give feedback.
-
Thanks @mokimo @3ch023 for the feedback. WTR already runs all mech blocks that covers behind the scene for MAS. I'm adding the .github/workflows/run-mas-tests.yaml that is for MAS feature. |
Beta Was this translation helpful? Give feedback.
-
Parts of M@S[1] have recently been migrated from an external repository into Milo. This change aims to enhance the developer experience and streamline the PR process, especially given the growing number of contributors and the increasing volume of pending PRs.
Currently, however, M@S unit tests are not included in Milo's PR build process, and their code coverage is not reflected in the Milo codecov report accessible from the PRs.
Although there are ongoing internal discussions about potentially simplifying or even phasing out the M@S build, this may take some time to implement.
In the interim, I would like to discuss how we can integrate a Milo feature located under libs/features/, which has its own build mechanism, into the Milo pipeline.
Beta Was this translation helpful? Give feedback.
All reactions