Skip to content

chore(deps): bump github.com/evertras/bubble-table from 0.12.1 to 0.15.2 #183

chore(deps): bump github.com/evertras/bubble-table from 0.12.1 to 0.15.2

chore(deps): bump github.com/evertras/bubble-table from 0.12.1 to 0.15.2 #183

Workflow file for this run

name: test
on: [pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: |
go test -race ./... -coverprofile cover.out
- name: Coverage
run: go tool cover -func cover.out