Closed Milly closed 2 months ago
The recent updates enhance a GitHub Actions workflow and a Deno configuration file by introducing new input parameters, environment variables, and refined task definitions. A verbose
input has been added to the workflow for customizable output, while a new job step for documentation checks improves quality assurance. In the Deno configuration, the "test" task is split into separate checks for documentation and general tests, facilitating targeted testing and improving overall efficiency.
Files | Change Summary |
---|---|
.github/workflows/test.yml |
Added verbose input for workflow_dispatch , set DENOPS_TEST_VERBOSE env variable, and included a new "Doc check" step. |
deno.jsonc |
Split "test" task into "check:doc" and "test", enhancing clarity by separating documentation verification from regular testing. |
🐰 In the meadow where workflows dance,
A newverbose
charm gives tests a chance.
Documentation checks hop with glee,
Separating tasks makes it easy as can be!
With every change, we bounce and play,
Improving our code in a joyful way! 🥕✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.44%. Comparing base (
eb9ef6a
) to head (a633841
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
verbose
input in the GitHub Actions workflow for enhanced output control.Improvements