-
Notifications
You must be signed in to change notification settings - Fork 9
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: check if data/upgrade/data/keys exisit #587
Conversation
Signed-off-by: Jeffrey Tang <[email protected]>
E2E Test Report 10 files 20 suites 49m 21s ⏱️ Results for commit 6805cda. ♻️ This comment has been updated with latest results. |
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #587 +/- ##
=======================================
Coverage 81.05% 81.05%
=======================================
Files 37 37
Lines 4882 4883 +1
Branches 761 760 -1
=======================================
+ Hits 3957 3958 +1
Misses 925 925
|
## [0.30.1](v0.30.0...v0.30.1) (2024-09-18) ### Bug Fixes * check if data/upgrade/data/keys exisit ([#587](#587)) ([12bff59](12bff59)) * deploy and tag uses commit-hash from readme ([#601](#601)) ([5d72ffe](5d72ffe)) * more update readme testing ([#599](#599)) ([92d638b](92d638b)) * more update readme testing ([#600](#600)) ([6901f46](6901f46)) * troubleshooting commit-hash ([#602](#602)) ([469f28e](469f28e)) * update readme workflow to use boolean instead of string ([#594](#594)) ([1ec09f7](1ec09f7)) * update readme workflow to use version from semantic-release ([#598](#598)) ([387130f](387130f)) * use the commit hash from the readme publish ([#596](#596)) ([09d6fb4](09d6fb4))
🎉 This PR is included in version 0.30.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues