-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add code coverage report uploads to codecove.io #126
Conversation
Hi @alexskr , did you fix the tests issues ? |
Codecov Report
@@ Coverage Diff @@
## develop #126 +/- ##
==========================================
Coverage ? 85.27%
==========================================
Files ? 20
Lines ? 2037
Branches ? 0
==========================================
Hits ? 1737
Misses ? 300
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi @syphax-bouazzouni, |
Ah ok great, |
We still have a bunch of disabled tests but at least there is some progress |
Four tests are skipped. The slice_loading_size logic makes it look four times bigger (for 16 skipped tests) but is irrelevant. The tests have the following explanations:
1. TestChunkWrite.rb#test_reentrant_queries – This is not a good test and probably can’t be fixed. It runs up against threading issues and currently fails because a “long” running thread is done too early.
2. TestCollection#test_inverse_on_collection – This test says “Not supported inverse on collection”
3. TestComplex::TestModelComplex#test_aggregate – This test involves transitive closure and doesn’t work as written. I will see if I can make it work with AllegroGraph as their reasoner supports the OWL construct of transitively closed properties.
4. TestReadOnly::TestReadOnlyWithStruct#test_embed_struct has the attached comment “not yet” and was not further investigated.
The last three tests will be re-evaluated on the switch to AllegroGraph.
…-Timothy
From: bioontology-admin ***@***.***> on behalf of Alex Skrenchuk ***@***.***>
Date: Wednesday, November 16, 2022 at 11:33 PM
To: ncbo/goo ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [bioontology-admin] [ncbo/goo] Add code coverage report uploads to codecove.io (PR #126)
We still have a bunch of disabled tests but at least there is some progress
—
Reply to this email directly, view it on GitHub<#126 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAP2LDW7XG3RKU26A5ADMKLWIXNUTANCNFSM6AAAAAASDBJEZ4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
A remark, see 0e09816#commitcomment-90304626
|
No description provided.