jank-lang / jank

A Clojure dialect hosted on LLVM with native C++ interop
https://jank-lang.org
Mozilla Public License 2.0
1.6k stars 43 forks source link

feat(transient): adds conj!, assoc!, dissoc! and pop! for transients #62

Closed Samy-33 closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 59.54%. Comparing base (c41ff94) to head (8ab39ce). Report is 19 commits behind head on transient.

:exclamation: Current head 8ab39ce differs from pull request most recent head b25c901. Consider uploading reports for the commit b25c901 to get more accurate results

Files Patch % Lines
src/cpp/jank/util/escape.cpp 71.92% 16 Missing :warning:
src/cpp/jank/runtime/obj/transient_vector.cpp 0.00% 5 Missing :warning:
src/cpp/jank/analyze/processor.cpp 85.18% 4 Missing :warning:
src/cpp/jank/read/parse.cpp 92.59% 4 Missing :warning:
src/cpp/jank/runtime/obj/transient_hash_map.cpp 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## transient #62 +/- ## ============================================= - Coverage 61.29% 59.54% -1.75% ============================================= Files 52 55 +3 Lines 7926 7655 -271 ============================================= - Hits 4858 4558 -300 - Misses 3068 3097 +29 ```

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