diff --git a/.cloak.toml b/.cloak.toml index 07f1e3f..29065fa 100644 --- a/.cloak.toml +++ b/.cloak.toml @@ -7,7 +7,7 @@ includes = ["src"] excludes = ["vendor", "spec"] [report] -reportDirectory = "./tmp" +reportDirectory = "." [report.coverageBounds] satisfactory = 80.0 diff --git a/.coveralls.toml b/.coveralls.toml index 791af19..9380efd 100644 --- a/.coveralls.toml +++ b/.coveralls.toml @@ -1,8 +1,8 @@ repositoryDirectory = "." [reportFile] -output = "tmp/coveralls.json" +output = "coveralls.json" [reportFile.input] type = "lcov" -file = "tmp/report.lcov" +file = "report.lcov" diff --git a/tmp/.gitkeep b/tmp/.gitkeep deleted file mode 100644 index e69de29..0000000