hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
290 stars 129 forks source link

feat: update clarity and support clarity 3 #1484

Closed hugocaillard closed 3 days ago

hugocaillard commented 5 days ago

Description

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 92.49395% with 31 lines in your changes missing coverage. Please review.

Project coverage is 41.34%. Comparing base (a80e4b5) to head (d52a7a3).

Files Patch % Lines
components/clarity-repl/src/repl/datastore.rs 47.27% 29 Missing :warning:
components/clarity-repl/src/repl/interpreter.rs 99.58% 1 Missing :warning:
components/clarity-repl/src/repl/session.rs 98.52% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1484 +/- ## ========================================== + Coverage 40.86% 41.34% +0.48% ========================================== Files 87 87 Lines 32368 32617 +249 ========================================== + Hits 13226 13485 +259 + Misses 19142 19132 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hugocaillard commented 3 days ago

Requested review from @obycode and @MicaiahReid

@obycode - can you especially double check the datastore changes?