Generate coverage chart.

This commit is contained in:
Nuno Cruces
2023-03-18 03:51:05 +00:00
parent 2c9459d907
commit e4efb20c71

View File

@@ -36,6 +36,8 @@ jobs:
- name: Update coverage report
uses: ncruces/go-coverage-report@main
with:
chart: 'true'
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'