Add coverlet output to gitignore (#448)

Makes sure we exclude the generated `coverage.json` files from git. We
don't want these to get accidentally committed if someone is running
coverage on their own machine.
This commit is contained in:
Ryan Nowak 2020-10-28 12:56:35 -07:00 committed by GitHub
parent b07675c001
commit bf1d83e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -84,3 +84,6 @@ bld/
# VS Code
.vscode/
# coverlet code coverage results
coverage.json