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

TokTok / c-toxcore / 5157
0%

Build:
DEFAULT BRANCH: master
Ran 24 Jun 2018 07:48PM UTC
Jobs 1
Files 98
Run time 6s
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
5157

Pull #932

travis-ci

web-flow
Various minor cleanups in `net_crypto`.

* Consistently use `num_packets_array` to get the packet count in the
  packet buffer.
* Use `const` in more places.
* Typo fix: begginning.
* Rewrite `length < 1` for unsigned int to `length == 0`.
* Limit scope of some loop variables by using for-init-decl.
* Use early return in error paths to reduce indentation and for clarity.
* Use `net_unpack_*` instead of manual `ntohs`.
* Fix an uninitialised stack variable copy.
* Fix a potential null pointer dereference.
* Consistently use `get_crypto_connection`. It was inlined in some
  places. I de-inlined it now.
* Add Loggers to some functions in preparation for adding log statements.
Pull Request #932: WIP: Various minor cleanups in `net_crypto`.

119 of 119 new or added lines in 8 files covered. (100.0%)

4775 of 10685 relevant lines covered (44.69%)

306832.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5157.1 (JOB=toxcore ENV=linux) 24 Jun 2018 07:48PM UTC 0
44.69
Travis Job 5157.1
Source Files on build 5157
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5157
  • Pull Request #932
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