From 7075efb18bb38b9d2f48df8cbd927b209b8b006e Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 7 Jul 2021 00:43:35 +0000 Subject: [PATCH] [extra-02] publish coverage report --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 957a410..08fab6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,3 +131,8 @@ jobs: if: always() with: files: 'report/test/*.xml' + - name: publish coverage report + uses: romeovs/lcov-reporter-action@v0.2.16 + if: always() + with: + lcov-file: 'cover/lcov.info'