Automatic PRs to update xhermes/boutdata/xbout#582
Conversation
6428a8c to
5eb04bb
Compare
Makes the script also executable from outside CI
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #582 +/- ##
==========================================
- Coverage 49.32% 49.08% -0.25%
==========================================
Files 96 96
Lines 10029 10038 +9
Branches 1453 1452 -1
==========================================
- Hits 4947 4927 -20
- Misses 4587 4606 +19
- Partials 495 505 +10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Why does codecov think this reduces coverage? |
dschwoerer
left a comment
There was a problem hiding this comment.
Looking forward to testing this in action!
|
If we put these dependencies in the |
|
I don't have experience with dependabot. My stochastic parrot says that it would be possible with sufficient config, but it wouldn't be as clean. In this system, there is only one PR updating xBOUT, xHermes and boutdata in one. You have more experience in this than me, so if you think dependabot is better, we could have a go... but maybe we can merge this in the meantime so that we have something in place. |
The dependencies are installed from a txt list, and there is a bot to update the list at 6am every morning.
Not done this before, so any comments/criticism welcome!
Instead of using dependabot, this uses a simpler approach through https://github.com/peter-evans/create-pull-request.