Skip to content

fix(deps): update module github.com/cometbft/cometbft-db to v0.15.0 #1692

fix(deps): update module github.com/cometbft/cometbft-db to v0.15.0

fix(deps): update module github.com/cometbft/cometbft-db to v0.15.0 #1692

Workflow file for this run

---
name: Go coverage
"on":
pull_request:
branches: [main, develop]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: null
jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Get dependencies
run: make deps
- name: Get coverage
run: make coverage