-
I used your readme to set up my coveralls for travis and it keeps getting the following error:
```
$ coveralls
/home/travis/build.sh: line 41: coveralls: command not found
```
the relevant lines fro…
-
The current build setup support coveralls but it's currently not working because the repo isn't signed up at coveralls.
-
https://coveralls.io/
-
I have configure the plugin using the example provided (cobertura) everything works fine when I generate and publish the report to coveralls from my on my local machine. However when I publish to Trav…
-
Recently I was trying to test out the features of this project and I found the following issue:
```
A problem occurred configuring root project 'tilesfx'.
> Could not resolve all artifacts for co…
-
-
-
Add code coverage using coveralls
-
In this commit:
https://github.com/jcubic/lips/commit/28a58e6e1f95f6a18307d96007157413a9af791c
I've added this code:
```javascript
dot = true;
} else if (dot) {
throw new Error('Pa…
-
It appears that while single values like `gcov_ignore: examples/**` work fine, any attempt to pass in an array (e.g. `gcov_ignore: 'examples/**,test/**'`) as a string results in passing it directly to…
levb updated
3 months ago