tern-tools / tern

Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
BSD 2-Clause "Simplified" License
967 stars 188 forks source link

Should we make test coverage a requirement for new changes? #1165

Open ivanayov opened 2 years ago

ivanayov commented 2 years ago

Once #1163 and #1164 are addressed, it would be good if all future changes have relevant test coverage.

What do you think about making this a requirement when relevant?

rnjudge commented 2 years ago

Adding tests when applicable for new changes is definitely ideal!