From a3261f3be8ca6479627974f1884d867c47bb442c Mon Sep 17 00:00:00 2001 From: thies Date: Sun, 10 Jan 2021 18:29:58 +0100 Subject: [PATCH] codecov --- .github/workflows/codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..695db31 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,8 @@ +steps: +- uses: actions/checkout@main +- uses: codecov/codecov-action@v1 + with: + files: ./coverage1.xml,./coverage2.xml # optional + flags: unittests # optional + name: codecov-umbrella # optional + fail_ci_if_error: true # optional (default = false \ No newline at end of file