test(librarian): add e2e test for multi-library generation#1945
test(librarian): add e2e test for multi-library generation#1945jinseopkim0 merged 3 commits intomainfrom
Conversation
72c7d13 to
6d839a4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1945 +/- ##
==========================================
+ Coverage 81.90% 83.06% +1.16%
==========================================
Files 83 83
Lines 8813 9167 +354
==========================================
+ Hits 7218 7615 +397
+ Misses 1240 1211 -29
+ Partials 355 341 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could you add more test cases to verify the behavior of
|
6d839a4 to
36150a3
Compare
Thanks for the comments, I've added tests for each scenario. |
|
Could you consolidate the three test cases into a table test? Looks like the test setups are similar to each other, only the state.yaml is different. |
Consolidates the three separate e2e test functions for multi-library generation into a single table-driven test. This improves readability and maintainability by reducing code duplication.
Thanks for the comment, done. |
…1945) Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.10 to 1.7.11. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.7.10...v1.7.11) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-version: 1.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #988