Skip to content

Bump codecov/codecov-action from 3.1.4 to 3.1.6 #311

Bump codecov/codecov-action from 3.1.4 to 3.1.6

Bump codecov/codecov-action from 3.1.4 to 3.1.6 #311

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
- uses: actions/setup-go@v4
with:
go-version: ">=1.20"
check-latest: true
- run: make integration-test
- uses: codecov/codecov-action@v3.1.6
with:
file: ./coverage.txt