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

composewell / unicode-transforms / 138 / 7
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.3.7.1
DEFAULT BRANCH: master
Ran 28 Apr 2020 11:53PM UTC
Files 13
Run time 1s
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

28 Apr 2020 10:56PM UTC coverage: 99.799%. First build
CABAL_REINIT_CONFIG=y LC_ALL=C.UTF-8 ENABLE_INSTALL=y STACK_UPGRADE="y" CABAL_CHECK_RELAX=y CABAL_NO_SANDBOX=y CABAL_HACKAGE_MIRROR=hackage.haskell.org:http://hackage.fpcomplete.com PATH=/bin:/usr/bin TOOLS_DIR=/opt PACKCHECK_LOCAL_PATH="./packcheck.sh" PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/harendra-kumar/packcheck" PACKCHECK_GITHUB_COMMIT="a81b6b5d05980977533d28419dbc1b8f8eaea919" BUILD=cabal COVERALLS_OPTIONS="--coverage-mode=StrictlyFullLines --exclude-dir=test ucd quickcheck extras"

push

travis-ci-com

harendra-kumar
Add a raw bitmap lookup function

Got some more performance boost by:
* Removing dynamic word size handling. We now use a static 64-bit word size. We
  can possibly add a 32-bit version as well and statically select an
  appropriate version based on WORD_SIZE_IN_BITS GHC macro.
* Removing testBit which caused an additional branch instruction
* Refactor `isCombining` such that GHC can reuse code converting char to int

9906 of 9926 relevant lines covered (99.8%)

1.0 hits per line

Source Files on job 138.7 (CABAL_REINIT_CONFIG=y LC_ALL=C.UTF-8 ENABLE_INSTALL=y STACK_UPGRADE="y" CABAL_CHECK_RELAX=y CABAL_NO_SANDBOX=y CABAL_HACKAGE_MIRROR=hackage.haskell.org:http://hackage.fpcomplete.com PATH=/bin:/usr/bin TOOLS_DIR=/opt PACKCHECK_LOCAL_PATH="./packcheck.sh" PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/harendra-kumar/packcheck" PACKCHECK_GITHUB_COMMIT="a81b6b5d05980977533d28419dbc1b8f8eaea919" BUILD=cabal COVERALLS_OPTIONS="--coverage-mode=StrictlyFullLines --exclude-dir=test ucd quickcheck extras")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17
  • Travis Job 138.7
  • 90a36001 on github
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