Skip to content

feat: allow arguments to contracts test recipe#13152

Merged
smartcontracts merged 1 commit intodevelopfrom
sc/ct-justfile-forge-test-args
Dec 2, 2024
Merged

feat: allow arguments to contracts test recipe#13152
smartcontracts merged 1 commit intodevelopfrom
sc/ct-justfile-forge-test-args

Conversation

@smartcontracts
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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
@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