-
Notifications
You must be signed in to change notification settings - Fork 2
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
ci: dry run deployment script #97
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
+ Coverage 97.07% 99.02% +1.95%
==========================================
Files 2 2
Lines 205 205
Branches 33 33
==========================================
+ Hits 199 203 +4
Misses 2 2
+ Partials 4 0 -4 |
i used the outdated yarn cache is successfully saved at the end:
|
i cant figure out why the first commit is responsible for changes in the codecov report: https://app.codecov.io/gh/onchainification/robosaver/commit/43fe21f1f8894d6a0dd276b1f4b6ac647e7c4a01/indirect-changes |
it actually matches the summary i get locally:
not sure what is going on, some partials are now considered fully covered all of the sudden |
it is however not related to this pr; i get the same coverage summary on the main branch we should investigate more but indifferent of this pr |
ok i think i figured it out, @petrovska-petro you once pushed to main and i think those changed were thus never covered by codecov. somehow now they are, hence the delta in coverage in this pr this pr will therefor also close #79 and #81 im not yet convinced of #80 (ref: https://app.codecov.io/gh/onchainification/robosaver/pull/97/indirect-changes#6e61a7efb13d1515664c616960f618f8-L109) |
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.
nice having on ci as well the whole dry flow of the scripts and make sure runs w/o hiccups ✅
great to see the addition of our old friend dependabot 🤖
this is weird actually, nothing changed on this pr that hits more on that specific line 🤔 |
closes #95