Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: max128 and max240 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: max128 and max240 #40

wants to merge 1 commit into from

Conversation

deluca-mike
Copy link
Collaborator

No description provided.

@deluca-mike deluca-mike added the enhancement New feature or request label Feb 6, 2025
@deluca-mike deluca-mike self-assigned this Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

LCOV of commit 5f5719e during Forge Coverage #127

Summary coverage rate:
  lines......: 86.8% (243 of 280 lines)
  functions..: 88.3% (68 of 77 functions)
  branches...: no data found

Files changed coverage rate:
                                     |Lines       |Functions  |Branches    
  Filename                           |Rate     Num|Rate    Num|Rate     Num
  =========================================================================
  src/libs/UIntMath.sol              |43.2%     44| 0.0%    19|    -      0

@@ -33,7 +33,7 @@ jobs:
id: coverage

- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
uses: zgosalvez/github-actions-report-lcov@v4.1.22
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to use major versions so we don't have to update for each minor versions.

Suggested change
uses: zgosalvez/github-actions-report-lcov@v4.1.22
uses: zgosalvez/github-actions-report-lcov@v4

@@ -37,7 +37,7 @@ jobs:
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.16
uses: Rubilmax/foundry-gas-diff@v3.21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: Rubilmax/foundry-gas-diff@v3.21
uses: Rubilmax/foundry-gas-diff@v3

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants