Closed Milly closed 3 months ago
The recent updates to the GitHub Actions workflow configuration introduce a new optional input parameter, verbose
, allowing users to enable detailed output during execution. This feature improves process visibility and aids debugging. Additionally, the environment variable DENOPS_TEST_VERBOSE
is now set based on the verbose
input, enhancing the workflow's configurability and utility.
Files | Change Summary |
---|---|
.github/workflows/test.yml |
Added verbose input parameter (optional, default: false) and updated DENOPS_TEST_VERBOSE environment variable to use verbose input. |
In the workflow's dance, oh what a sight,
Averbose
whisper to guide us right.
With logs now clear, we'll hop and play,
Debugging dreams in a bright new 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 82.56%. Comparing base (
b1c8116
) to head (5445cbe
). Report is 2 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
verbose
parameter for the GitHub Actions workflow, allowing users to enable detailed output during execution for better visibility and monitoring.