From 0f7e9dddb3fef9f490d03133f8ea860d4b4da349 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 11 Dec 2019 11:24:28 -0500 Subject: Finish developing unit tests for formats, logger --- example_reports/tarpaulin-empty.html | 369 +++++++++++++++++++++++++++++++++ example_reports/tarpaulin-invalid.html | 11 + example_reports/tarpaulin-report.html | 352 +++++++++++++++++++++++++++++++ 3 files changed, 732 insertions(+) create mode 100644 example_reports/tarpaulin-empty.html create mode 100644 example_reports/tarpaulin-invalid.html create mode 100644 example_reports/tarpaulin-report.html (limited to 'example_reports') diff --git a/example_reports/tarpaulin-empty.html b/example_reports/tarpaulin-empty.html new file mode 100644 index 0000000..7997d8b --- /dev/null +++ b/example_reports/tarpaulin-empty.html @@ -0,0 +1,369 @@ + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/example_reports/tarpaulin-invalid.html b/example_reports/tarpaulin-invalid.html new file mode 100644 index 0000000..b0b15b8 --- /dev/null +++ b/example_reports/tarpaulin-invalid.html @@ -0,0 +1,11 @@ + + + + + + + This is not a report + 50.24% + + + \ No newline at end of file diff --git a/example_reports/tarpaulin-report.html b/example_reports/tarpaulin-report.html new file mode 100644 index 0000000..a570456 --- /dev/null +++ b/example_reports/tarpaulin-report.html @@ -0,0 +1,352 @@ + + + + + + + +
+ + + + + + \ No newline at end of file -- cgit