Run promtool in CI#188
Merged
NelsonVides merged 6 commits intomasterfrom Jul 24, 2025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
🚀 New features to boost your workflow:
|
223b204 to
92647fc
Compare
8fec3e2 to
2525a0b
Compare
4dbbfd1 to
ae32afd
Compare
9ea85cd to
3c004cc
Compare
| - run: rebar3 eunit | ||
| - run: rebar3 fmt --check | ||
| if: ${{ matrix.otp == '28' }} | ||
| - run: rebar3 ex_doc |
There was a problem hiding this comment.
Since you're moving stuff, I'd do this last, too.
Member
Author
There was a problem hiding this comment.
Which one you mean, ex_doc? Why so? 😄
|
It'd be nice (if you remember) if the Release Notes would mentions what needs to be changed, e.g., with a table "From > To" so it's easy to follow. |
paulo-ferraz-oliveira
previously approved these changes
Jul 22, 2025
Member
Author
Hmm... this repo has no |
mikpe
approved these changes
Jul 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #135.