-
Notifications
You must be signed in to change notification settings - Fork 2
Add initial CI testing capabilities #19
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
Conversation
Resolves #17.
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage ? 73.01%
=======================================
Files ? 2
Lines ? 63
Branches ? 0
=======================================
Hits ? 46
Misses ? 17
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
It would be great if you could have a quick look @bgeihe such that you have an idea of what I changed and did here. Right now, we are only doing smoke tests, i.e., I am running the simple example and verify that it does not return with a non-zero exit code. |
|
Oh, and coverage is only covering the non-Julia files at the moment, so this is something to be investigated in the future. |
|
Something great again! Concerning the coding, I'm lost though. |
Resolves #17.