-
Notifications
You must be signed in to change notification settings - Fork 96
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
Trianglesets #404
Trianglesets #404
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #404 +/- ##
===========================================
- Coverage 66.09% 65.91% -0.19%
===========================================
Files 395 400 +5
Lines 44642 45611 +969
===========================================
+ Hits 29506 30063 +557
- Misses 15136 15548 +412 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are not tests yet, that makes it hard to check if the implementation matches the spec.
Hi Jan, thanks for reviewing. I will add unit test and examples to this PR. |
@gangatp Once unit tests are available and verified to work as expected, it will be easier to review whether the PR works. We can then follow a similar strategy as implicit and proceed with the merge. We can do examples after the merge is complete. |
Hi Team, I added a basic unit test to check the functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the unit tests. Seems to work fine. Coverage keeps failing. But I guess that's expected.
We can add something very similar to the unit test as an example once this is merged. |
I will do a follow up PR to fix the code coverage. |
Rebased the old branch with new develop. Targeting for the next release.
This is the release of the core spec
https://github.com/3MFConsortium/spec_core/releases/tag/1.3.0