Skip to content

Commit

Permalink
Adds .codecov.yml and updates .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Mar 18, 2020
1 parent e106390 commit 3080fc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 2%
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
**/target
**.DS_Store
**storage_db

0 comments on commit 3080fc5

Please sign in to comment.