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

Add code coverage reporting to tests #1412

Merged
merged 9 commits into from
Jan 24, 2021
Merged

Add code coverage reporting to tests #1412

merged 9 commits into from
Jan 24, 2021

Conversation

zacwest
Copy link
Member

@zacwest zacwest commented Jan 24, 2021

Adds code coverage reports to pull requests. Enabling code coverage gathering appears to be about a 25% increase in build time, unfortunately, so just enabling it for the App/Shared targets and doing it in a separate scheme so it doesn't impact local build times.

@codecov-io
Copy link

codecov-io commented Jan 24, 2021

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1412   +/-   ##
=========================================
  Coverage          ?   25.65%           
=========================================
  Files             ?      206           
  Lines             ?    16378           
  Branches          ?        0           
=========================================
  Hits              ?     4201           
  Misses            ?    12177           
  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 5def7ad...0d8c81d. Read the comment docs.

@zacwest zacwest changed the title Test adding code coverage report Add code coverage reporting to tests Jan 24, 2021
@zacwest zacwest merged commit b80c874 into master Jan 24, 2021
@zacwest zacwest deleted the ccov branch January 24, 2021 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants