Repo Added
|
Files
15
|
Badge
README BADGES
|
push
travis-ci
feat: Add Tests, fix issues and add new Board capabilities (#1) * Update links * Unexported some stuff that should be private * Board CRUD and some utility functions * initial gotest attempts ;( * Make sure client tests don't interfere * Board Test Fixes * Fix expectations * Revert "Board Test Fixes" This reverts commit 928a94f97. * new we are getting somewhere * fix: Board.SetDescription api path * Add delete test (which helps keep the mess down) * Remove bogus method (doesn't work) * Board Tests! * Fix Board.Duplicate (based on tests) * List Tests! * Reduce duplicate code * Member Test! * comment fixing * Fix test init and add Card Tests * Lessons Learned, use before/after * Move test mod reqs to tests sub-module? * breakingchange: Checklist.AddItem Changed parameter types Checklist.AddItem: * Changed pos from *string to string * Changed checked from *bool to bool * Checklist Test * Organization Test * fix: Change timestamp to unix * renamed (no effect) * breakingchange: Webhook return value changes Returns *Webhook instead of WebHook Also Added some set capabilities Added "client" to make it like the other models * Webhook Tests! * ? * move version into client (and add test) * Notification Test (but the skip cause there are none) * Argument tests * Add label tests inline with board tests * Move tests to standard location * ignore /vendor * Improve Card tests: * add Board.Card test * Move Card.Checklists after AddChecklist * Ignore test coverage file * Improve card tests * List test improvements * Improve Board Test Coverage - 100% * breakingchange: LOTS and LOTS of changes * Changes to deduplicate a BUNCH of code (added parse* functions) * Simplify the return codes (card update should modify rather than returning card) * Changed some "Update(Whatever)" to "Set(Whatever)" * Added... (continued)
696 of 741 relevant lines covered (93.93%)
4.83 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
12 | v0.3.0 | feat: Add Tests, fix issues and add new Board capabilities (#1) * Update links * Unexported some stuff that should be private * Board CRUD and some utility functions * initial gotest attempts ;( * Make sure client tests don't interfer... | push | travis-ci |
93.93 |