-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/helics3 update #23
Conversation
enum names in utils.jl and api.jl
version 3.3.2 of the helics headers. it was updated to 3.3.1
changes for debugging failing tests.
autobroker as it doesn't seem to be working.
correcting missed helics 2 function call with helics 3 one
removing obsolete tests
Codecov ReportBase: 90.48% // Head: 60.44% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #23 +/- ##
===========================================
- Coverage 90.48% 60.44% -30.05%
===========================================
Files 6 6
Lines 683 1853 +1170
===========================================
+ Hits 618 1120 +502
- Misses 65 733 +668
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Coveralls uploading seems to be broken; julia action for uploading to coveralls may be outdated.
… into feature/helics3Update
HELICS v3 update to julia bindings and tests. all tests are passing.