Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect coverage from both unit tests and integration tests #79

Merged
merged 1 commit into from Jul 12, 2017

Conversation

atodorov
Copy link
Member

  • Install kcov manually instead of using cargo-travis
  • Execute clippy & unit & integration tests together under the same command (bundling everything together makes it easier to collect and report coverage, otoh we'll continue to see failures form clippy and depclose)
  • collect coverage from depclose & unit tests & report it to Coveralls.io

Example:
https://coveralls.io/builds/12340642

- execute unit & integration tests together
- collecto coverage from depclose & unit tests
@atodorov
Copy link
Member Author

@coveralls
Copy link

Coverage Status

Coverage decreased (-71.4%) to 0.981% when pulling 81daeff on atodorov:coverage_for_binaries into 58dae5c on weldr:master.

Copy link
Collaborator

@bcl bcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@atodorov atodorov merged commit bacb49c into weldr:master Jul 12, 2017
@atodorov atodorov deleted the coverage_for_binaries branch July 12, 2017 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants