[extra-02] publish coverage report

This commit is contained in:
Joao P Dubas 2021-07-07 00:43:35 +00:00
parent 585ffc122e
commit 7075efb18b

View File

@ -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'