Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #78 +/- ##
=======================================
Coverage 74.01% 74.01%
=======================================
Files 7 7
Lines 1189 1189
Branches 169 169
=======================================
Hits 880 880
Misses 309 309 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The workflow works with |
.github/workflows/release.yml
Outdated
| otp-version: "27" | ||
| rebar3-version: "3.26" |
There was a problem hiding this comment.
Why not using '28' and '3.27 already? (latest versions). Also, you'll probably want to set up dependabot for this, considering you'll have now the otp versions hardcoded in three different github action files.
There was a problem hiding this comment.
I usually stick to slightly older software versions instead of the very latest releases, but it's not a strong preference -- I'll switch to the newest version.
There was a problem hiding this comment.
As for Dependabot, I don't think there is an easy way to do this, since it does not support updating versions in "random" strings within scripts.
No description provided.