Skip to content
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

feat: add gradle deterministic build and the GHA workflow and script to verify #413

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

mattp-swirldslabs
Copy link
Contributor

@mattp-swirldslabs mattp-swirldslabs commented Dec 16, 2024

Description:

  • Added workflow + determinism bash script
  • Upgraded Gradle to v8.11.1

Related issue(s):

Fixes #408

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Matt Peterson <[email protected]>
@mattp-swirldslabs mattp-swirldslabs self-assigned this Dec 16, 2024
@mattp-swirldslabs mattp-swirldslabs added this to the 0.4.0 milestone Dec 16, 2024
@mattp-swirldslabs mattp-swirldslabs added the Block Node Issues/PR related to the Block Node. label Dec 16, 2024
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.06%. Comparing base (0441ba2) to head (c768fb5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #413      +/-   ##
============================================
+ Coverage     96.99%   97.06%   +0.07%     
- Complexity      400      416      +16     
============================================
  Files            80       82       +2     
  Lines          1429     1465      +36     
  Branches         94       96       +2     
============================================
+ Hits           1386     1422      +36     
  Misses           32       32              
  Partials         11       11              

see 8 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Block Node Issues/PR related to the Block Node.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure gradle to build deterministically
1 participant