Skip to content

Add kcov #545

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

Merged
merged 4 commits into from
Dec 27, 2017
Merged

Add kcov #545

merged 4 commits into from
Dec 27, 2017

Conversation

sdtsui
Copy link
Contributor

@sdtsui sdtsui commented Dec 25, 2017

Adds code coverage and a badge. Continuation of @percytheprefect's work in #115.

Next Steps:

No other changes are needed. I haven't used codecov before so not certain on this, but according to their site we don't need to do anything to set up open source projects.

No repository activation required. Simply upload a report and the project activates automatically.

All reports are viewable in the mimblewimble/grin dashboard, here.

percytheprefect and others added 3 commits December 25, 2017 12:18
Fixing bug in .yml file

Adding cargo test --no-run command to after_success

Removing comment, adding pwd to see what working directory is

Debugging working directory for .yml file

Replacing binutils with libbfd-dev

Removing libbfd-dev because it fails the build
after_success: |
pwd &&
echo "HERE" &&
wget https://github.com/mimblewimble/kcov/archive/master.tar.gz &&

This comment was marked as spam.

@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/mimblewimble/grin.svg?branch=master)](https://travis-ci.org/mimblewimble/grin) [![Gitter chat](https://badges.gitter.im/grin_community/Lobby.png)](https://gitter.im/grin_community/Lobby)
[![Build Status](https://travis-ci.org/mimblewimble/grin.svg?branch=master)](https://travis-ci.org/mimblewimble/grin) [![Gitter chat](https://badges.gitter.im/grin_community/Lobby.png)](https://gitter.im/grin_community/Lobby) [![Codecov coverage status](https://codecov.io/gh/mimblewimble/grin/branch/master/graph/badge.svg)](https://codecov.io/gh/mimblewimble/grin)

This comment was marked as spam.

This comment was marked as spam.

@ignopeverell ignopeverell merged commit 521678b into mimblewimble:master Dec 27, 2017
@sdtsui sdtsui deleted the feat/kcov branch December 27, 2017 06:23
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.

4 participants