-
Notifications
You must be signed in to change notification settings - Fork 4
#396: Add new workflow that generates new build badges #397
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #397 +/- ##
========================================
Coverage 96.37% 96.37%
========================================
Files 89 89
Lines 2845 2845
========================================
Hits 2742 2742
Misses 103 103 🚀 New features to boost your workflow:
|
935ec1a to
791ba82
Compare
|
I generated initial badges with this commit (5452b86) |
|
|
791ba82 to
0e8c772
Compare
0e8c772 to
6ba6d23
Compare
lifflander
left a comment
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.
Looks good!
| run: | | ||
| data=$(gh api /repos/DARMA-tasking/magistrate/actions/runs/$RUN_ID/jobs) | ||
|
|
||
| printf "names<<EOF\n%s\nEOF\n" "$(echo "$data" | jq -r '.jobs[] | select(.name | startswith("bake")) | .name | ltrimstr("bake (") | rtrimstr(")")')" >>"$GITHUB_OUTPUT" |
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.
@JacobDomagala Optional: we could trim magistrate-build- from the beginning (or maybe even magistrate-build-amd64-) to make the badges shorter and focused on the important aspects of the builds.

Fixes #396