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

[SC-286] Add integration tests #2

Merged
merged 96 commits into from
Dec 23, 2023
Merged

Conversation

barrutko
Copy link
Contributor

@barrutko barrutko commented Dec 7, 2023

No description provided.

test/Integration.t.sol Show resolved Hide resolved
test/Integration.t.sol Show resolved Hide resolved
test/Integration.t.sol Outdated Show resolved Hide resolved
test/Integration.t.sol Show resolved Hide resolved
test/Integration.t.sol Show resolved Hide resolved
test/Integration.t.sol Outdated Show resolved Hide resolved
test/Integration.t.sol Outdated Show resolved Hide resolved
test/Integration.t.sol Outdated Show resolved Hide resolved
test/Integration.t.sol Show resolved Hide resolved
test/Integration.t.sol Show resolved Hide resolved
Copy link

@hexonaut hexonaut left a comment

Choose a reason for hiding this comment

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

LGTM now after Lucas's changes are addressed.

Copy link

@hexonaut hexonaut left a comment

Choose a reason for hiding this comment

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

Oh I noticed the CI is failing due to public rpc. Update the CI to use secrets:

        env:
          MAINNET_RPC_URL: ${{secrets.MAINNET_RPC_URL}}
          OPTIMISM_RPC_URL: ${{secrets.OPTIMISM_RPC_URL}}
          ARBITRUM_ONE_RPC_URL: ${{secrets.ARBITRUM_ONE_RPC_URL}}
          ARBITRUM_NOVA_RPC_URL: ${{secrets.ARBITRUM_NOVA_RPC_URL}}
          GNOSIS_CHAIN_RPC_URL: ${{secrets.GNOSIS_CHAIN_RPC_URL}}
          BASE_RPC_URL: ${{secrets.BASE_RPC_URL}}
          GOERLI_RPC_URL: ${{secrets.GOERLI_RPC_URL}}

In this future create new repos from the template and it will have this by default.

Copy link

Coverage after merging SC-286-add-integration-tests into master will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   CapAutomator.sol100%100%100%100%

@barrutko barrutko merged commit 9598d45 into master Dec 23, 2023
3 checks passed
@barrutko barrutko deleted the SC-286-add-integration-tests branch December 23, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants