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

dieram3 / competitive-programming-library / 287
100%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2016 04:53AM UTC
Jobs 1
Files 65
Run time 3s
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
287

push

travis-ci

dieram3
Refactor - first part (#78)

* Updated Simplex Unit Test:

- Replaced INFINITY macro by std::numeric_limits<real_t>::infinity()
- Replaced NAN macro by std::numeric_limits<real_t>::quiet_NaN()

* Modified .clang-format file

- Added more customized rules.
- Updated the simplex unit test as example.

* Added .clang-tidy file

- Now we have linter rules to verify that our source code meets the coding
  standards requirements.
- However, the current rules could change a bit as the project progresses and
  the clang-tidy support improves.
- Four source files were corrected as example:
  - counting_sort.hpp
  - counting_sort_test.cpp
  - bisection.hpp
  - bisection_test.cpp

* Corrected coding style of Simplex:

- .clang-tidy was augmented to be a little more specific.
- simplex.hpp and simplex_test.cpp were corrected according to the linter rules.

* Updated 'rational' according to coding style

* Completed math module refactor:

- matrix_ops was corrected.
- Removed non-constant index access to c-arrays check from .clang-tidy

* Updated gray_code to match linter rules

* Minor update to utility.basics

* Updated utility.matrix to match the linter rules

* Updated binomial coefficient. Added readability-check 'braces around statements' if they have 2 lines or more

* Done with combinatorics module

* Done with the search module

1509 of 1509 relevant lines covered (100.0%)

158299.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 287.1 (BUILD_TYPE=Debug) 26 Apr 2016 04:53AM UTC 0
100.0
Travis Job 287.1
Source Files on build 287
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #287
  • 071611c0 on github
  • Prev Build on master (#285)
  • Next Build on master (#289)
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