Skip to content

fix: delete component also delete reports #1352

fix: delete component also delete reports

fix: delete component also delete reports #1352

Workflow file for this run

name: Code Coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run coverage
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3