Repo Added
|
Files
2
|
Badge
README BADGES
|
push
travis-ci
61 of 62 branches covered (98.39%)
Branch coverage included in aggregate %.
135 of 136 relevant lines covered (99.26%)
30.92 hits per line
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
40 | refactor/client | fix: fix inadvertent sharing of clients observed with: ```js class Foo extends Model { async validate() { await super.validate(); await Foo.fetch(); // this would share the client acquired by insert } } Foo.insert(); // trigger the ... | push | travis-ci | pending completion |