-
Notifications
You must be signed in to change notification settings - Fork 0
Allow to print pdf #20
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces the ability to print PDF by allowing a function to be passed for PDF printing, along with some minor updates to the release notes and CI configuration.
- Updated NEWS.md to include release notes about the PDF printing functionality
- Adjusted GitHub Actions workflow to include the "dev" branch for push and pull_request events
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| NEWS.md | Updated release notes to mention printing output to PDF |
| .github/workflows/R-CMD-check.yaml | Added "dev" branch to the CI trigger configurations |
Files not reviewed (4)
- DESCRIPTION: Language not supported
- R/compile_qmd_course.R: Language not supported
- man/compile_qmd_course.Rd: Language not supported
- tests/testthat/test-compile_qmd_course.R: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ColinFay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything good mate 🫶
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
==========================================
+ Coverage 98.94% 98.96% +0.01%
==========================================
Files 12 12
Lines 378 385 +7
==========================================
+ Hits 374 381 +7
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* ci: testing in dev too * feat: allow to print_pdf * test: testing pdf printing * chore: version bump & news * Update NEWS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
You can now pass a function that will print to pdf