|
Ran
|
Jobs
3
|
Files
113
|
Run time
6min
|
Badge
README BADGES
|
push
travis-ci
Unify sync & async token transformer signatures * All token transformers have the (token, prevToken, cb) signature. Both Async and Sync TTMs invoke transformers with that signature. - Sync TTM passes null for cb - Async TTM passes null for prevToken - Only Quote Transformer uses the prevToken arg. If possible, we should get rid of it and eliminate prevToken from the signature altogether. * All addTransform calls use the lambda form and specify the full common signature: (token, prevToken, cb) * Cleaned up misnamed unused params and removed unused params wherever possible. * This unified signature will now let us use a BlockingSyncTTM as an AsyncTTM replacement for use on the PHP side. Change-Id: Iddb4a3c26
9326 of 11730 branches covered (79.51%)
15020 of 17729 relevant lines covered (84.72%)
79923.96 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2156.1 | 0 |
84.72 |
Travis Job 2156.1 | |
| 2 | 2156.2 | 0 |
84.72 |
Travis Job 2156.2 | |
| 3 | 2156.3 | 0 |
84.72 |
Travis Job 2156.3 |