Qaintum / Qaintessent.jl

Digital quantum circuit simulator written in Julia
Apache License 2.0
30 stars 8 forks source link

Code coverage #112

Closed keefehuang closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #112 (91f3427) into master (66dbf72) will increase coverage by 21.00%. The diff coverage is 96.41%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #112       +/-   ##
===========================================
+ Coverage   76.25%   97.26%   +21.00%     
===========================================
  Files          19       20        +1     
  Lines        2464     2123      -341     
===========================================
+ Hits         1879     2065      +186     
+ Misses        585       58      -527     
Impacted Files Coverage Δ
src/Qaintessent.jl 100.00% <ø> (ø)
src/openqasm/grammar.jl 66.66% <ø> (ø)
src/openqasm/transform_cgc.jl 100.00% <ø> (+18.18%) :arrow_up:
src/unitary2circuit.jl 99.58% <ø> (+14.34%) :arrow_up:
src/openqasm/gate_transformers.jl 46.15% <75.00%> (+42.76%) :arrow_up:
src/moment.jl 88.37% <88.37%> (ø)
src/util.jl 98.82% <98.27%> (+22.50%) :arrow_up:
src/apply.jl 100.00% <100.00%> (+11.03%) :arrow_up:
src/apply_density.jl 99.05% <100.00%> (+<0.01%) :arrow_up:
src/circuit.jl 92.94% <100.00%> (+17.39%) :arrow_up:
... and 22 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 9a0c93b...91f3427. Read the comment docs.