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 option for separate text output #347 #387

Merged
merged 1 commit into from Jul 20, 2020

Conversation

Spacetown
Copy link
Member

@Spacetown Spacetown commented Jun 3, 2020

Add option requested in #347.

@codecov
Copy link

codecov bot commented Jun 3, 2020

Codecov Report

Merging #387 into master will decrease coverage by 0.03%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
- Coverage   94.95%   94.91%   -0.04%     
==========================================
  Files          19       19              
  Lines        2160     2164       +4     
  Branches      374      376       +2     
==========================================
+ Hits         2051     2054       +3     
  Misses         50       50              
- Partials       59       60       +1     
Impacted Files Coverage Δ
gcovr/configuration.py 96.88% <ø> (ø)
gcovr/__main__.py 90.04% <50.00%> (-0.39%) ⬇️
gcovr/tests/test_args.py 100.00% <100.00%> (ø)

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 1bb7249...97ffa98. Read the comment docs.

@Spacetown Spacetown requested a review from latk July 16, 2020 20:28
gcovr/configuration.py Outdated Show resolved Hide resolved
gcovr/tests/test_args.py Outdated Show resolved Hide resolved
gcovr/tests/text-output/Makefile Outdated Show resolved Hide resolved
Copy link
Member

@latk latk 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! Thanks for implementing this small but important change.

At some point it would also be a good idea to revisit the docs (readme, guide.rst, changelog) to ensure they are up to date with these recent features.

@latk latk merged commit 202432a into gcovr:master Jul 20, 2020
@Spacetown Spacetown deleted the add_option_for_text_output branch July 21, 2020 19:17
@Spacetown Spacetown added this to the 4.3 milestone Sep 29, 2020
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.

Allow generating text report in addition to any of the other output formats
3 participants