sigstore / model-transparency

Supply chain security for ML
Apache License 2.0
113 stars 31 forks source link

Add `.coverage` to `.gitignore`. #284

Closed mihaimaruseac closed 3 months ago

mihaimaruseac commented 3 months ago

Summary

This file gets generated when testing with coverage data (hatch test -c). I missed adding it to .gitignore in #283 because I didn't run testing with coverage locally. Fixing the issue now.

(As a side effect, this helps tests that we properly configured the required GHA checks for the repo).

Release Note

NONE

Documentation

NONE

mihaimaruseac commented 3 months ago

Fixing required checks in https://github.com/sigstore/community/pull/479