Skip to content

[TA-6040]: apply validator power check patch on cometbft (v9) #96

[TA-6040]: apply validator power check patch on cometbft (v9)

[TA-6040]: apply validator power check patch on cometbft (v9) #96

Workflow file for this run

name: Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
jobs:
build:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Generate unit test coverage
run: make coverage-unit
- name: Check unit test coverage
uses: vladopajic/go-test-coverage@v2
with:
# Configure action using config file (option 1)
config: ./.testcoverage.yml