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

support qmd file format, and treat it internally as R markdown #931

Merged
merged 5 commits into from
Mar 25, 2022

Conversation

lorenzwalthert
Copy link
Collaborator

@lorenzwalthert lorenzwalthert commented Mar 17, 2022

Closes #913.

@codecov-commenter
Copy link

codecov-commenter commented Mar 17, 2022

Codecov Report

Merging #931 (68e846d) into main (aa32091) will increase coverage by 0.02%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##             main     #931      +/-   ##
==========================================
+ Coverage   90.48%   90.51%   +0.02%     
==========================================
  Files          47       47              
  Lines        2585     2593       +8     
==========================================
+ Hits         2339     2347       +8     
  Misses        246      246              
Impacted Files Coverage Δ
R/addins.R 14.94% <0.00%> (ø)
R/set-assert-args.R 92.85% <100.00%> (+0.17%) ⬆️
R/transform-code.R 94.44% <100.00%> (ø)
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 aa32091...68e846d. Read the comment docs.

@github-actions
Copy link
Contributor

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 20f4a45 is merged into main:

  • ❗🐌cache_applying: 29.4ms -> 30.6ms [+1.25%, +7.03%]
  •   :ballot_box_with_check:cache_recording: 1.31s -> 1.31s [-1.03%, +0.98%]
  •   :ballot_box_with_check:without_cache: 3.49s -> 3.49s [-0.85%, +0.86%]

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

@github-actions
Copy link
Contributor

This is how benchmark results would change (along with a 95% confidence interval in relative change) if ce3f04f is merged into main:

  •   :ballot_box_with_check:cache_applying: 25.9ms -> 25.8ms [-1.4%, +0.46%]
  •   :ballot_box_with_check:cache_recording: 1.12s -> 1.11s [-0.92%, +0.1%]
  •   :ballot_box_with_check:without_cache: 3.03s -> 3.04s [-0.22%, +0.66%]

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

@github-actions
Copy link
Contributor

This is how benchmark results would change (along with a 95% confidence interval in relative change) if a49c32a is merged into main:

  •   :ballot_box_with_check:cache_applying: 24.5ms -> 24.4ms [-2.25%, +1.35%]
  •   :ballot_box_with_check:cache_recording: 1.14s -> 1.08s [-15.97%, +5.21%]
  •   :ballot_box_with_check:without_cache: 2.87s -> 2.86s [-1.29%, +0.62%]

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

@lorenzwalthert lorenzwalthert merged commit a749d87 into main Mar 25, 2022
@lorenzwalthert lorenzwalthert deleted the issue-931 branch March 25, 2022 07:46
@github-actions
Copy link
Contributor

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 38923f3 is merged into main:

  •   :ballot_box_with_check:cache_applying: 35.4ms -> 35.6ms [-3.21%, +4.02%]
  •   :ballot_box_with_check:cache_recording: 1.69s -> 1.67s [-1.73%, +0.26%]
  •   :ballot_box_with_check:without_cache: 4.61s -> 4.62s [-1.3%, +1.5%]

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

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 Quarto documents (.qmds)
3 participants