Skip to content

Commit

Permalink
add config for converalls, #14
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Apr 20, 2020
1 parent 17a1523 commit 14bff08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ app_api-*.tar
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
.elixir_ls
.elixir_ls
cover
9 changes: 9 additions & 0 deletions coveralls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"coverage_options": {
"minimum_coverage": 100
},
"skip_files": [
"test/",
"lib/app_api.ex"
]
}

0 comments on commit 14bff08

Please sign in to comment.