Skip to content

fix: Set code coverage to 62.3 percent #11

fix: Set code coverage to 62.3 percent

fix: Set code coverage to 62.3 percent #11

Workflow file for this run

---
name: Golang
"on":
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
push:
permissions:
contents: read
packages: read
jobs:
#
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@87-optional-gci
with:
code_coverage_expected: 62.3
gci: "false"
golang-unit-tests-exclusions: |-
\(cmd\/prolayout\)
golangci-lint-version: v1.61.0