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

TokTok / c-toxcore / 5094
0%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2018 04:54PM UTC
Jobs 1
Files 98
Run time 9s
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
5094

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: Various minor cleanups in `net_crypto`.

102 of 102 new or added lines in 1 file covered. (100.0%)

4780 of 10682 relevant lines covered (44.75%)

313790.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5094.1 (JOB=toxcore ENV=linux) 23 Jun 2018 04:54PM UTC 0
44.75
Travis Job 5094.1
Source Files on build 5094
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5094
  • 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