Add .github/codecov.yml and set threshold to 1%

This commit is contained in:
Paul Dicker 2023-08-11 20:48:02 +02:00 committed by Paul Dicker
parent a117e7ed4f
commit 0be4e7c1d6

5
.github/codecov.yml vendored Normal file
View File

@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 1%