Skip to content

Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#178) #235

Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#178)

Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#178) #235

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- run: make integration-test
- uses: codecov/codecov-action@v3.1.1
with:
file: ./coverage.txt