Skip to content

ci: release job: replace --rm-dist w/ --clean (#34) #66

ci: release job: replace --rm-dist w/ --clean (#34)

ci: release job: replace --rm-dist w/ --clean (#34) #66

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- run: make integration-test
- uses: codecov/codecov-action@v4.5.0
with:
file: ./coverage.txt