Repo Added
|
Files
6
|
Badge
README BADGES
|
push
travis-ci
70 of 72 branches covered (97.22%)
18 of 18 new or added lines in 2 files covered. (100.0%)
289 of 298 relevant lines covered (96.98%)
3.8 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
195 | 0.3.4 | Better validate decorator (#18) * Better validate decorator The validate decorator can now be used with all types of functions no matter how the function is called. Things that now work: ``` @validate(Requires("x", R("x") > R("y"))) def ... | push | travis-ci | pending completion |