Closed SpecLad closed 2 months ago
The change increases the verbosity level of the test command executed by manage.py
within a Docker container during a CI/CD job. The command now includes the -v 2
flag to provide more detailed output during testing, improving visibility into test execution. The overall command structure remains unchanged, with only this verbosity option modified.
Files | Change Summary |
---|---|
.github/workflows/main.yml | Increased verbosity of the manage.py test command by adding the -v 2 flag. |
🐰 In the land where tests do play,
A little change has come our way.
With-v 2
, the output's bright,
Helping us see what’s wrong or right.
Hops of joy, our tests now sing,
Clearer results, oh what a thing! 🌼✨
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?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Motivation and context
It's easier to read the logs this way, plus we already do that in the full/nightly workflows.
How has this been tested?
Checklist
develop
branch[ ] I have created a changelog fragment[ ] I have updated the documentation accordingly[ ] I have added tests to cover my changesLicense
Summary by CodeRabbit