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

klmitch / dbprim / 55

Builds Branch Commit Type Ran Committer Via Coverage
55 new-tests Begin sketching in tests for rt_add() This commit creates the initial test cases for rt_add(), testing all the sanity checks at the beginning of the function. push 06 Dec 2017 04:12AM UTC klmitch travis-ci pending completion
54 new-tests Add coverage on some branches This commit adds coverage for some uncovered branches. Not all uncovered branches can be covered, as the use of the macros can introduce some apparent branches that will never be visited. push 05 Nov 2017 04:33PM UTC klmitch travis-ci pending completion
53 new-tests Enable -Wall -Werror This commit updates travis-test.sh to include the "-Wall -Werror" flags when compiling. This will ensure updates do not introduce warnings. push 05 Nov 2017 03:10PM UTC klmitch travis-ci pending completion
52 new-tests Add tests on linked lists This commit adds all the rest of the unit tests on linked lists. push 05 Nov 2017 03:10AM UTC klmitch travis-ci pending completion
51 new-tests Add tests on final hash table functions This commit adds the tests for the last few hash table functions, bringing the test coverage for hash tables to 100%. push 04 Nov 2017 04:45PM UTC klmitch travis-ci pending completion
50 new-tests Remove CFLAGS override *sigh* I should look before I click. Turns out CFLAGS was already overridden to bring in cmocka. push 03 Nov 2017 09:52PM UTC klmitch travis-ci pending completion
48 new-tests Add tests for ht_iter() This commit adds unit tests for ht_iter(). It also tweaks the test suite for ht_flush() to ensure that the table is unfrozen upon return. push 03 Nov 2017 09:06PM UTC klmitch travis-ci pending completion
47 new-tests Refine tests for _rb_locate.c My local coverage summarizer is different from coveralls, and missed that one return wasn't tested. This commit corrects that by splitting the test_find_in_tree() test into test_find_left() and test_find_right(), mo... push 30 Oct 2017 03:35PM UTC klmitch travis-ci pending completion
46 2.0.1 Bump library version push 30 Oct 2017 03:35PM UTC klmitch travis-ci pending completion
45 master Bump library version push 30 Oct 2017 03:34PM UTC klmitch travis-ci pending completion
44 master Fix a stability error This commit fixes an iteration stability error in ht_flush(). The ht_flush() function used ht_remove() originally, but ht_remove() could dynamically resize the table, putting unvisited entries in buckets that have already b... push 30 Oct 2017 03:32PM UTC klmitch travis-ci pending completion
43 new-tests Refine tests for _rb_locate.c My local coverage summarizer is different from coveralls, and missed that one return wasn't tested. This commit corrects that by splitting the test_find_in_tree() test into test_find_left() and test_find_right(), mo... push 29 Oct 2017 05:44PM UTC klmitch travis-ci pending completion
42 new-tests Add tests on some hash table functions This commit adds tests for ht_add(), ht_find(), and ht_flush(). push 29 Oct 2017 05:27PM UTC klmitch travis-ci pending completion
41 new-tests Add tests on redblack internal routines This commit adds the tests for the internal redblack routines, _rb_locate() and _rb_rotate(). push 29 Oct 2017 02:44PM UTC klmitch travis-ci pending completion
40 new-tests Add several more simple tests This commit adds several more tests on various relatively simple functions, such as dbprim_err() and hash_comp(). push 29 Oct 2017 01:00PM UTC klmitch travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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