maxmcd / bramble

Purely functional build system and package manager
https://bramble.run/
MIT License
184 stars 5 forks source link

Cleanup and code coverage #41

Closed maxmcd closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #41 (e203413) into main (27e6a3c) will increase coverage by 17.01%. The diff coverage is 62.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #41       +/-   ##
===========================================
+ Coverage   41.42%   58.43%   +17.01%     
===========================================
  Files          39       59       +20     
  Lines        3686     5060     +1374     
===========================================
+ Hits         1527     2957     +1430     
+ Misses       1917     1674      -243     
- Partials      242      429      +187     
Impacted Files Coverage Δ
internal/project/module.go 86.04% <ø> (ø)
internal/store/derivation.go 45.21% <ø> (+22.60%) :arrow_up:
pkg/sandbox/sandbox.go 68.96% <ø> (ø)
v/untar/untar.go 43.54% <ø> (ø)
internal/project/doc.go 24.13% <24.13%> (ø)
internal/command/cli.go 51.22% <45.00%> (+50.32%) :arrow_up:
internal/project/derivation.go 82.58% <50.00%> (+7.15%) :arrow_up:
internal/store/new_derivation.go 70.17% <66.66%> (+70.17%) :arrow_up:
internal/store/builder.go 65.48% <69.23%> (+61.25%) :arrow_up:
internal/project/project.go 60.67% <70.00%> (+32.74%) :arrow_up:
... and 44 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27e6a3c...e203413. Read the comment docs.