-
Notifications
You must be signed in to change notification settings - Fork 58
Broken Coveralls support? #152
Comments
Good question. I actually don't recall symlinking to the @valendesigns Should the |
I haven't tested that, but it looks like the option got removed in 1.0.0, see https://github.com/satooshi/php-coveralls/blob/master/CHANGELOG.md#100. |
I struggled getting coveralls to play nicely with my repos as well and in the end I just went for codecov instead. It's simpler and tbh it's also a lot better... You can even see the coverage on github directly 👍 https://github.com/codecov/browser-extension |
Well, coveralls works without the Maybe provide a flag do decide which service should be used for coverage? Example Project: https://codecov.io/github/WP-API/WP-API?branch=develop |
In 13db3de support for Coveralls was added.
Today I tried to include the file in the repo for GlotPress via GlotPress/GlotPress@2b79c98 and GlotPress/GlotPress@a0045d0, but it seems like the config file is now longer valid, see https://travis-ci.org/GlotPress/GlotPress-WP/builds/115695816.
I took a look at another repo and found xwp/wp-customize-posts@a7fa4f5 which doesn't include the line
src_dir: .
.Should this be changed in the default .coveralls.yml file?
The text was updated successfully, but these errors were encountered: