diff --git a/.gitattributes b/.gitattributes index 097f9f9..d13affe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,2 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# Linux start script should use lf -/gradlew text eol=lf - -# These are Windows script files and should use crlf -*.bat text eol=crlf - +# Ensure all Java files use LF. +*.java eol=lf diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..f60b970 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + precision: 2 + round: down + range: "60...80" + status: + project: + default: + target: 80