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

pfalcon / pycopy / 2114
97%

Build:
DEFAULT BRANCH: pfalcon
Ran 16 Apr 2020 10:34AM UTC
Jobs 1
Files 278
Run time 22s
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
2114

push

travis-ci

pfalcon
extmod/modubinascii: Make code private and module self-contained.

This commit makes all functions and function wrappers in modubinascii.c
STATIC and conditional on the MICROPY_PY_UBINASCII setting, which will
exclude the file from qstr/ compressed-string searching when ubinascii is
not enabled.  The now-unused modubinascii.h header file is also removed.

The cc3200 port is updated accordingly to use this module in its entirety
instead of providing its own top-level definition of ubinascii.

This was originally like this because the cc3200 port has its own ubinascii
module which referenced these methods.  The plan appeared to be that the
API might diverge (e.g. hardware crc), but this should be done similar to
I2C/SPI via a port-specific handler, rather than the port having its own
definition of the module.  Having a centralised module definition also
enforces consistency of the API among ports.

17363 of 17880 relevant lines covered (97.11%)

381541.63 hits per line

Jobs
ID Job ID Ran Files Coverage
5 2114.5 (MAKEOPTS="-j4" XTENSA_CROSS_ROOT="${HOME}/persist/toolchain-xtensa" XTENSA_CROSS_BINDIR="${XTENSA_CROSS_ROOT}/bin" NAME="unix coverage build and tests") 16 Apr 2020 10:34AM UTC 0
97.11
Travis Job 2114.5
Source Files on build 2114
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2114
  • fc53a67f on github
  • Prev Build on pfalcon (#2110)
  • Next Build on pfalcon (#2126)
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