Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antiloop #35

Merged
merged 6 commits into from
Aug 20, 2019
Merged

Antiloop #35

merged 6 commits into from
Aug 20, 2019

Conversation

DrChainsaw
Copy link
Owner

Implement suggestion 1 from #34 and (hopefully) lay ground for other options as well.

… a SimpleDiGraph

Add CheckNoSizeCycle align strategy which uses the above tool
Add CheckAligned align strategy
@codecov-io
Copy link

codecov-io commented Aug 19, 2019

Codecov Report

Merging #35 into master will decrease coverage by 0.92%.
The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   97.01%   96.09%   -0.93%     
==========================================
  Files           9        9              
  Lines         804      870      +66     
==========================================
+ Hits          780      836      +56     
- Misses         24       34      +10
Impacted Files Coverage Δ
src/NaiveNASlib.jl 100% <ø> (ø) ⬆️
src/mutation/op.jl 95.65% <ø> (ø) ⬆️
src/compgraph.jl 94.28% <100%> (ø) ⬆️
src/mutation/size.jl 96.37% <92.2%> (-1.81%) ⬇️
src/mutation/structure.jl 96.77% <92.3%> (-1.31%) ⬇️

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 d381da5...f521324. Read the comment docs.

@DrChainsaw DrChainsaw merged commit 4d1210a into master Aug 20, 2019
@DrChainsaw DrChainsaw deleted the antiloop branch August 20, 2019 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants