Skip to content

Change the go-coverage-report action source to the original #54

Change the go-coverage-report action source to the original

Change the go-coverage-report action source to the original #54

Workflow file for this run

name: Test Unit
on: push
jobs:
test-unit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Test Unit
run: make test-unit
- name: Coverage report
uses: ncruces/go-coverage-report@f1283391eaeaf8137046f83ab02c890c4719f643
with:
badge-title: Coverage (unit)
coverage-file: assets/coverage/unit/coverage.out
report: true
output-path: assets/coverage/unit
chart: true