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

kammce / SJSU-Dev2 / 1358 / 1
90%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-travis
DEFAULT BRANCH: master
Ran 30 Oct 2018 11:16PM UTC
Files 60
Run time 4s
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

30 Oct 2018 11:04PM UTC coverage: 90.326%. First build
1358.1

push

travis-ci

kammce
Optimized Halt() call to force code inlining

- A single thumb instruction is required to create an infinite loop on
  Arm. The halt function, with the current framework, will not only make
  a call to halt, which is more costly than a single thumb instruction,
  but due to the stack trace feature, there will be 1 additional call that
  must be made.
- Gcc attribute inline_always reduces binary size by allowing the compiler
  to swap out the function call for an inline solution.
- macros, log, system_clock and rtos.hpp needed to be re-arranged to
  allow the halt function to allow the SJ2_FUNCTION_INLINE macro to work
  in those files.

1718 of 1902 relevant lines covered (90.33%)

5.99 hits per line

Source Files on job 1358.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 36
  • Travis Job 1358.1
  • 671fd846 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