diff --git a/.gitignore b/.gitignore index ed9f9cc1..9c1559ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -coverage \ No newline at end of file +coverage/* +!coverage/.last_run.json \ No newline at end of file diff --git a/coverage/.last_run.json b/coverage/.last_run.json new file mode 100644 index 00000000..73772d71 --- /dev/null +++ b/coverage/.last_run.json @@ -0,0 +1,5 @@ +{ + "result": { + "covered_percent": 84.53 + } +}