Skip to content

Commit

Permalink
Merge pull request #3 from LakshanWeerasinghe/initial-impl
Browse files Browse the repository at this point in the history
Add codecov.yml file
  • Loading branch information
LakshanWeerasinghe authored Jun 4, 2024
2 parents 198dc12 + 2a9796c commit fcb72af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
precision: 2
round: down
range: "60...80"
status:
project:
default:
target: 80

0 comments on commit fcb72af

Please sign in to comment.