Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Enable coverage via grcov #1421

Merged
merged 10 commits into from
Oct 5, 2018
Merged

Enable coverage via grcov #1421

merged 10 commits into from
Oct 5, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Oct 3, 2018

Use mozilla's grcov to generate lcov data. If in CI upload that data to codecov.io, otherwise use lcov's genhtml to generate an html report.

cc #433

uname_m=$(uname -m | tr '[:upper:]' '[:lower:]')
name=grcov-${uname}-${uname_m}.tar.bz2
_ wget "https://github.com/mozilla/grcov/releases/download/v0.2.3/${name}"
_ tar -xzf "${name}"
Copy link
Contributor

Choose a reason for hiding this comment

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

“tar xjf” for .bz2

@garious garious force-pushed the enable-grcov branch 2 times, most recently from 2fef5d6 to c812c3f Compare October 4, 2018 04:50
@codecov
Copy link

codecov bot commented Oct 4, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@da0404a). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #1421   +/-   ##
========================================
  Coverage          ?      0%           
========================================
  Files             ?      65           
  Lines             ?    9866           
  Branches          ?       0           
========================================
  Hits              ?       0           
  Misses            ?    9866           
  Partials          ?       0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da0404a...c966b0c. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants