From 1fb472cf915a148ab8a145a45e279d4f9b647745 Mon Sep 17 00:00:00 2001 From: Frida Wallberg <60963219+fwallb@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:58:54 +0100 Subject: [PATCH] add: readme with description of demo --- contributions/demo/damne-fwallb/Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contributions/demo/damne-fwallb/Readme.md diff --git a/contributions/demo/damne-fwallb/Readme.md b/contributions/demo/damne-fwallb/Readme.md new file mode 100644 index 0000000000..8b10bb1dfe --- /dev/null +++ b/contributions/demo/damne-fwallb/Readme.md @@ -0,0 +1,14 @@ +# How to add code coverage report on Github using Clover and GitHub Action + +### Contributors: + +Sara Damne - [damne@kth.se](damne@kth.se) - [@damne](https://github.com/damnePers) + +Frida Wallberg - [fwallb@kth.se](fwallb@kth.se) - [@fwallb](https://github.com/fwallb) + +### Description + +The demo will show: +- how to setup code coverage measuring on repo using Clover +- output results in a report +- adding badge, displaying coverage percentage, to Github repo using Github Actions