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

Allow to exclude sub-directories #811

Merged
merged 6 commits into from Jun 9, 2021

Conversation

lorenzwalthert
Copy link
Collaborator

Closes #806.

@codecov-commenter
Copy link

Codecov Report

Merging #811 (9392029) into master (a58a411) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #811      +/-   ##
==========================================
- Coverage   90.46%   90.45%   -0.02%     
==========================================
  Files          47       47              
  Lines        2433     2430       -3     
==========================================
- Hits         2201     2198       -3     
  Misses        232      232              
Impacted Files Coverage Δ
R/ui-styling.R 100.00% <100.00%> (ø)
R/utils-files.R 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 a58a411...9392029. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2021

This is how benchmark results would change (along with a 95% confience interval in relative change) if 6e5f91e is merged into master:

  • cache_applying: 0.05s -> 0.05s [-0.85%, +3.48%]
  • cache_recording: 1s -> 1.01s [+0.15%, +1.19%]
  • without_cache: 2.67s -> 2.66s [-0.4%, +0.39%]

Further explanation regarding interpretation and methodology can be found in the documentation.

@lorenzwalthert lorenzwalthert merged commit 14aebe0 into r-lib:master Jun 9, 2021
@lorenzwalthert lorenzwalthert deleted the issue-806 branch June 9, 2021 20:52
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.

style_pkg(exclude_dirs = "...") doesn't handle "a/b" subdirectories
2 participants