stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

chore: unify `test` and `clar2wasm` crate, deduplicate load_stdlib #408

Closed krl closed 1 month ago

krl commented 1 month ago

This merges the separate test repo into the clar2wasm repo in preparation for the runtime compiler split.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 43.22767% with 197 lines in your changes are missing coverage. Please review.

Project coverage is 86.20%. Comparing base (6600e2d) to head (3d583cb). Report is 7 commits behind head on main.

Files Patch % Lines
clar2wasm/src/linker.rs 43.22% 69 Missing and 128 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #408 +/- ## ========================================== - Coverage 87.02% 86.20% -0.82% ========================================== Files 43 43 Lines 18392 18736 +344 Branches 18392 18736 +344 ========================================== + Hits 16006 16152 +146 - Misses 1046 1117 +71 - Partials 1340 1467 +127 ```

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

Acaccia commented 1 month ago

Oh, also, how come we have such a difference in coverage?