Skip to content

Also skip if missing ggplot2 #114

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 2 commits into from
Jun 11, 2023
Merged

Also skip if missing ggplot2 #114

merged 2 commits into from
Jun 11, 2023

Conversation

MichaelChirico
Copy link
Contributor

ggplot2 is only Suggests for vdiffr, so skipping for vdiffr is not sufficient to ensure doppelganger tests run.

@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (e88ad74) 85.65% compared to head (ea93680) 85.63%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #114      +/-   ##
===========================================
- Coverage    85.65%   85.63%   -0.03%     
===========================================
  Files           33       33              
  Lines         3569     3569              
===========================================
- Hits          3057     3056       -1     
- Misses         512      513       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xrobin
Copy link
Owner

xrobin commented May 23, 2023

Hi Michael, thanks a lot for the pull request!

That's a good catch. Tests should definitely not fail if ggplot2 is unavailable.

I guess technically some of the tests using this function only use the base plot engine, but that should be good enough.

I'll merge it asap.

@xrobin xrobin changed the base branch from master to develop June 11, 2023 12:55
@xrobin xrobin merged commit 95060cc into xrobin:develop Jun 11, 2023
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.

2 participants