Skip to content

Commit

Permalink
Add .coverage to .gitignore. (#284)
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac authored Aug 14, 2024
1 parent 58c43b1 commit 738ab2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.coverage
.pytest_cache/
.pytype/
.ruff_cache/
Expand Down

0 comments on commit 738ab2a

Please sign in to comment.