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

Fix test output when compared to .Rout.save files #95

Merged
merged 5 commits into from
Feb 27, 2019

Conversation

gaborcsardi
Copy link
Member

@gaborcsardi gaborcsardi commented Dec 3, 2018

Closes #88.

It is not great on Windows, because there the stdout/stderr mixup matters more. I'll open another issue for that.

Edit: now also closes #96.

For tests that compare the output. Closes #88.
For correctly interleaved stdout and stderr.
@codecov-io
Copy link

codecov-io commented Feb 27, 2019

Codecov Report

Merging #95 into master will decrease coverage by 2.68%.
The diff coverage is 44.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   80.13%   77.44%   -2.69%     
==========================================
  Files          17       17              
  Lines         755      807      +52     
==========================================
+ Hits          605      625      +20     
- Misses        150      182      +32
Impacted Files Coverage Δ
R/package.R 96.51% <100%> (+0.04%) ⬆️
R/callback.R 65.47% <43.28%> (-12.31%) ⬇️

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 a0e9e68...1387e03. Read the comment docs.

@gaborcsardi gaborcsardi force-pushed the fix/test-output branch 4 times, most recently from a80e781 to 17bae37 Compare February 27, 2019 21:04
Try to install processx manually from GH, for now...
@gaborcsardi gaborcsardi merged commit 4467609 into master Feb 27, 2019
@gaborcsardi gaborcsardi deleted the fix/test-output branch March 28, 2019 13:01
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.

stdout & stderr are mixed up sometimes output of test diffs gets overwritten
2 participants