-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: patch issue with dist folder not showing up #732
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
Unit Test Results - Linux 1 files 40 suites 6s ⏱️ Results for commit 21f1c69. |
Unit Test Results - Windows 1 files 40 suites 21s ⏱️ Results for commit 21f1c69. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.31 #732 +/- ##
=================================================
+ Coverage 66.11% 85.32% +19.21%
=================================================
Files 38 38
Lines 14237 13290 -947
Branches 666 873 +207
=================================================
+ Hits 9413 11340 +1927
+ Misses 4781 1917 -2864
+ Partials 43 33 -10 |
## [0.31.2](v0.31.1...v0.31.2) (2024-10-22) ### Bug Fixes * patch issue with dist folder not showing up ([#732](#732)) ([d976b57](d976b57))
🎉 This PR is included in version 0.31.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues