...
8. Arun S M — Today at 7:56 AM
It is also possible to run resource exhaustive CI checks on GitHub but on personal forks.
PR reviewers can request for this log in their review process## Chat Log
Links/Reading List
Chat Log
Link | Description |
---|---|
https://github.com/rhysd/actionlint | Linter for workflow files - saves time when developing new workflow yaml files. Also has security checks built in, something that we can never have too much of! |
---
Dave Enyeart — Today at 11:16 AM
My feeling is to leave code coverage decisions to the projects. Especially when dictated from above, I've seen projects with high coverage metrics spend too much time on low-value tests trying to hit the goal, while not spending enough time on other important integration/system/user tests.
Project maintainers are in the best position to decide where to invest their test time and how much weight code coverage should carry
...