From 4b85e7b08654714bd1137e509eacf1ab5dbc4741 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 3 Nov 2020 13:56:34 +1100 Subject: [PATCH] Add coverage report to repo --- .gitignore | 3 ++- coverage/.last_run.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 coverage/.last_run.json 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 + } +}