Questions tagged [coveralls]

Coveralls is a code test coverage tool and associated service to display the code test coverage trends.

Coveralls is a code test coverage tool and associated service to display the code test coverage trends. Coveralls offers good integration with travis, is free for open-source projects and also supports a large set of languages and hence is a popular choice for projects on github. The coverage image you see on many github readme files is generated using coveralls.

122 questions
0
votes
0 answers

Appveyor runs tests but OpenCover doesn't show coverage

I am building the project and running test cases in appveyor. After successfully executing test cases the coverage data must be uploaded to coveralls. But in my case no error is thrown but coverage is being recorded. The details of my project are…
0
votes
1 answer

Coveralls notifies when there are no changes

Here are my repo settings: So I expect notifications only if something changes. But it continues to inform me of the following letters: "Coverage remained the same at 100.0% when pulling [commit-hash] on dev into [commit-hash] on master." How to…
GProst
  • 9,229
  • 3
  • 25
  • 47
0
votes
2 answers

nyc coveralls integration not working

I try to make nyc working with coveralls following the instruction: https://github.com/istanbuljs/nyc#integrating-with-coveralls But I can't get it to work. Here is an example repo: https://github.com/unional/showdown-highlightjs-extension Travis…
unional
  • 14,651
  • 5
  • 32
  • 56
0
votes
0 answers

travis-CI.org project cannot submit code coverage report to Coveralls.io

I have a maven project which uses Travis-CI for continuous integration, and I want to add code coverage using JaCoCo, and Coveralls.io. The build in Travis-CI runs fine, and the code coverage results are generated properly (at least, according to…
Michael Bar-Sinai
  • 2,729
  • 20
  • 27
0
votes
1 answer

"source_files must be set" coveralls php

I am trying to setup coveralls with Travis and I have a source_files must be set error $ php coveralls.phar -v Load coverage clover log: - /home/travis/build/Toolwatchapp/tw-backend/application/tests/build/logs/clover.xml Collect git info Read…
Mathieu Nls
  • 2,285
  • 2
  • 17
  • 32
0
votes
1 answer

How do I send coverage data from Istanbul to Coveralls.io?

Here's the situation: I'm a complete n00b at Node.js and I'm working on my first package. The repo is set up on GitHub, I've created some working tests with Mocha, and I've also added it to Travis CI. Just now, I struck upon the code to use Istanbul…
0
votes
0 answers

How to get code coverage using coveralls and rspec-puppet?

This branch has been created in order to get code coverage using Coveralls: .coveralls.yml service_name: travis-ci spec/spec_helper.rb require 'coveralls' Coveralls.wear! do add_filter '/spec/fixtures/modules/otto/' end A code coverage report…
030
  • 10,842
  • 12
  • 78
  • 123
0
votes
1 answer

coveralls fails on AppVeyor in some builds but not in others

I'm trying to make pytest publish coverage reports from AppVeyor. I've added the repository's encrypted token as explained here. Here's the appveyor.yml file: environment: COVERALLS_REPO_TOKEN: secure:…
Bruno Oliveira
  • 13,694
  • 5
  • 43
  • 41
0
votes
1 answer

Coveralls also checks coverage for test classes

I have a project (Java) hosted on GitHub and recently I have added both TravisCI and Coveralls for coverage reports. My project is here: FuzzyImageToolBox. As I can see from my last coverage report here coveralls also shows coverage even for test…
Lorelorelore
  • 3,335
  • 8
  • 29
  • 40
0
votes
1 answer

coverage.py can't collect any data for coveralls failing in travis

I am building a python application in travis. I have setup.py which basically runs the command: py.test packageName when we do: setup.py test I am trying to run coverage plugin to push to coveralls so when i run the command: coverage run setup.py…
Scooby
  • 3,371
  • 8
  • 44
  • 84
0
votes
1 answer

Module coverage not available in coveralls test

I'm trying to implement a test code coverage and I'm having problems with coveralls. For doing this i'm following this guide: https://github.com/coagulant/coveralls-python My problem is that when you I run coveralls the system warns me that coverage…
Samuel Góngora
  • 141
  • 1
  • 11
0
votes
1 answer

Does coveralls provide views coverage for rails?

I can't find any documentation on what coveralls provides coverage reports for in Rails, and I need something for views coverage. Does coveralls provide views coverage?
ThomYorkkke
  • 2,061
  • 3
  • 18
  • 26
0
votes
1 answer

Travis CI will not install gem 'rest-client'

After recently integrating Travis-CI and Coveralls for a github repo, I can't get Travis to build properly. I get this error: $ ruby --version ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] $ rvm --version rvm 1.26.8 (latest-minor) by…
Devon Parsons
  • 1,234
  • 14
  • 23
0
votes
2 answers

Why coveralls does report the function or methods as not covered when body is covered?

Why coveralls does report the function or methods as not covered when body is covered? Take a look at https://coveralls.io/files/431523503#L433 -- the entire body is covered but the method is not marked as covered. I checked coverage on another…
sorin
  • 161,544
  • 178
  • 535
  • 806
0
votes
3 answers

Scala Play 2.3.5 - Coveralls sbt plugin java.io.IOException: Unable to download JavaScript

I am currently trying to setup a play scala project buildchain with travis, heroku and coveralls sbt plugin for codecoverage. I have created a clean scala play app with the activator and just added the coveralls plugin and a travis.yml. When I push…
MeiSign
  • 1,487
  • 1
  • 15
  • 39
1 2 3
8
9