diff options
| -rw-r--r-- | example/example_input.csv | 5 | ||||
| -rw-r--r-- | example/example_output.png | bin | 0 -> 52464 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/example/example_input.csv b/example/example_input.csv new file mode 100644 index 0000000..3614daf --- /dev/null +++ b/example/example_input.csv @@ -0,0 +1,5 @@ +log_type,timestamp,category,number,test_description,fail_description +SUCCESS,"100 ms","category_1",1,"description_1","" +FAIL,"110 ms","category_2",1,"description_2","description_2_1" +INFO,"115 ms","category_2",2,"description_3","description_2_2" +SUCCESS,"120 ms","category_2",2,"description_4","description_2_3" \ No newline at end of file diff --git a/example/example_output.png b/example/example_output.png new file mode 100644 index 0000000..110bf79 --- /dev/null +++ b/example/example_output.png Binary files differ |