You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`tap` automatically uploads coverage to coveralls for branches, but not PR's.
That required an ugly workaround in .travis.yml to manually upload only for PR's.
Since we now use `nyc` directly, and pass the the `--no-cov` flag in our `tap` commands, this is no longer a problem.
0 commit comments