QuantumBFS / ZXCalculus.jl

An implementation of ZX-calculus in Julia
http://yaoquantum.org/ZXCalculus.jl/dev/
MIT License
48 stars 7 forks source link

Fix code cov #32

Closed ChenZhao44 closed 4 years ago

ChenZhao44 commented 4 years ago

add more tests

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will increase coverage by 12.55%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #32       +/-   ##
===========================================
+ Coverage   72.17%   84.73%   +12.55%     
===========================================
  Files          13       13               
  Lines        1071     1048       -23     
===========================================
+ Hits          773      888      +115     
+ Misses        298      160      -138     
Impacted Files Coverage Δ
src/Multigraphs/multiple_edge_iter.jl 86.95% <ø> (+44.73%) :arrow_up:
src/simplify.jl 100.00% <ø> (+54.54%) :arrow_up:
src/zx_graph.jl 99.00% <ø> (+25.22%) :arrow_up:
src/Multigraphs/multiple_edge.jl 93.10% <100.00%> (+63.10%) :arrow_up:
src/zx_diagram.jl 98.70% <100.00%> (+23.52%) :arrow_up:
src/Multigraphs/multigraph_adjlist.jl 97.61% <0.00%> (+25.85%) :arrow_up:
src/Multigraphs/abstract_multigraph.jl 66.66% <0.00%> (+26.66%) :arrow_up:
... and 1 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 dd0a939...c9e9a2c. Read the comment docs.