-
Notifications
You must be signed in to change notification settings - Fork 47
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
Lower the bar on building Bio-Routing #459
Conversation
This Makefile provides some useful targets: * build (default) * clean * test * tets-coverage (test + write coverage) * all (clean build test) Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Remove build_examples.sh script replaced by Makefile Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #459 +/- ##
=======================================
Coverage 52.14% 52.14%
=======================================
Files 159 159
Lines 8384 8384
=======================================
Hits 4372 4372
Misses 3789 3789
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Thanks. These would be very helpful to me and others approaching this project from scratch. |
This is intended as the first step to lower the bar of entry on using Bio-Routing :-)
Makefile
to build Bio-Routing commands and examples & test the codebio-rd
A good next step would be to start populating
Documentation/user
a bit more on more example configurations and how to usebio-rd
andbio-rdc
together.