Skip to content

Update getPRepTerm in icon_chainscore_api.md #233

Update getPRepTerm in icon_chainscore_api.md

Update getPRepTerm in icon_chainscore_api.md #233

Workflow file for this run

name: Code Coverage with Codecov
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20.10'
- name: GO test
run: |
go test ./... -short -timeout=3m -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3