...
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! |
https://github.com/apps/socket-security | Attempts to combat supply chain related attacks via GitHub Actions (malicious pull requests) among other things. |
---
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
...