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

Run coverage in parallel with tests #1057

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Conversation

eddelbuettel
Copy link
Member

Given a test matrix, covr() can run while tests are running reducing overall time.

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Prefereably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

@codecov-io
Copy link

Codecov Report

Merging #1057 into master will not change coverage by %.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1057   +/-   ##
=======================================
  Coverage   95.60%   95.60%           
=======================================
  Files          64       64           
  Lines        2778     2778           
=======================================
  Hits         2656     2656           
  Misses        122      122           

@eddelbuettel
Copy link
Member Author

eddelbuettel commented Mar 23, 2020

Just rearranging some more deckchairs in the .travis.yml file. No code change. Can be merged anytime.

@eddelbuettel eddelbuettel merged commit 9bf01e7 into master Mar 23, 2020
@eddelbuettel eddelbuettel deleted the feature/parallel_coverage branch March 23, 2020 14:56
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.

None yet

2 participants