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: allow arguments to contracts test recipe #13152

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

smartcontracts
Copy link
Contributor

Adds the ability to supply arguments to the "just test" recipe in the contracts package. Developers frequently need to add arguments to test specific contracts and running "just test" as the unified testing command is better than flipping to "forge test".

Adds the ability to supply arguments to the "just test" recipe in
the contracts package. Developers frequently need to add arguments
to test specific contracts and running "just test" as the unified
testing command is better than flipping to "forge test".
@smartcontracts smartcontracts requested a review from a team as a code owner November 30, 2024 20:15
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.36%. Comparing base (b2f6628) to head (e8fd822).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13152      +/-   ##
===========================================
- Coverage    44.50%   44.36%   -0.15%     
===========================================
  Files          801      801              
  Lines        72017    72017              
===========================================
- Hits         32050    31949     -101     
- Misses       37356    37466     +110     
+ Partials      2611     2602       -9     
Flag Coverage Δ
cannon-go-tests-32 61.85% <ø> (-2.02%) ⬇️
cannon-go-tests-64 56.72% <ø> (-1.66%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 14 files with indirect coverage changes

@smartcontracts smartcontracts added this pull request to the merge queue Dec 2, 2024
Merged via the queue into develop with commit 4c0387b Dec 2, 2024
45 checks passed
@smartcontracts smartcontracts deleted the sc/ct-justfile-forge-test-args branch December 2, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants