• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Public-Health-Bioinformatics / LexMapr / 414
86%
master: 80%

Build:
Build:
LAST BUILD BRANCH: v0.7.0
DEFAULT BRANCH: master
Ran 02 Oct 2019 07:30PM UTC
Jobs 1
Files 13
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
414

push

travis-ci

web-flow
More transparent matching (#76)

* Less randomness, better reporting and clean code

* Less randomness
  * Replaced usages of set to remove duplicates from lists with usages
    of ``OrderedDict.fromkeys`` method
    * Preserves original order of list
    * Did replace some lists with sets, when it did not have any
      effect on the order of anything important
      * For speed-up purposes

* Better reporting
  * Added chronological order to ``matched_components``
    * Report component matches in exact order they are made
  * Added chronological order to ``micro_status``
    * Report ``micro_status`` elements in exact order they are added
  * Report exact tokens treatment or match conditions apply to
    * e.g., 'Abbreviation-Acronym Treatment' is now
      'Abbreviation-Acronym Treatment: fluid'
    * e.g., 'A Direct Match' is now
      "{cerebrospinal fluid: ['A Direct Match']}"
  * All the above makes the matching process more transparent
  * Also sorted third-party final classifications

* Clean code
  * Removed unnecessary functions ``allPermutations`` and ``combi``
  * Updated stale comments

* Adjusted tests accordingly

* Removed some randomness from ``retainedPhrase``

* Usage of set to remove duplicates replaced with
  ``OrderedDict.fromkeys``

* Adjusted tests accordingly

979 of 1097 relevant lines covered (89.24%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 414.1 (PYTHONHASHSEED=0) 02 Oct 2019 07:30PM UTC 0
89.24
Travis Job 414.1
Source Files on build 414
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #414
  • 8ae80075 on github
  • Prev Build on development (#411)
  • Next Build on development (#417)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc