-
Notifications
You must be signed in to change notification settings - Fork 8
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: refactor mapping count module to simplify the code #172
base: development
Are you sure you want to change the base?
Conversation
f1817b1
to
32ef2b5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #172 +/- ##
===============================================
+ Coverage 82.33% 82.45% +0.12%
===============================================
Files 103 103
Lines 6782 6743 -39
===============================================
- Hits 5584 5560 -24
+ Misses 1198 1183 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@imadbourouche how can I reproduce this? |
It's gone now, i did the test again in the mappings page and all good |
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.
The code is clean, and all tests are passed. Everything seems good to me ✅
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.
@syphax-bouazzouni I still find No mappings found
in stageportal
How to reproduce:
- go to mappings page for INRAETHES: https://stageportal.lirmm.fr/ontologies/INRAETHES?p=mappings
- mappings not found with
CLC
,PLT
ontologies.
Context
Follow up of #167, to fix ontoportal-lirmm/ontologies_api#106, agroportal/project-management#560
To be sure to clean and remove the mapping that no longer exists, handle the two following cases:
To be sure that we still have the same count as before, I did this sheet comparing the old and new ways of doing the counts https://docs.google.com/spreadsheets/d/1QWDQCIkEYPo8oSs2YA34t7OHx4xQDaHAWOQacpSpXj0/edit?usp=sharing
Changes