Skip to content

Commit

Permalink
fix: Set code coverage to 62.3 percent
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 21, 2024
1 parent a7501b8 commit 68d0743
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ permissions:
contents: read
packages: read
jobs:
#
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.2.1
- uses: schubergphilis/mcvs-golang-action@87-optional-gci
with:
code_coverage_expected: 59.8
code_coverage_expected: 62.3
gci: "false"
golang-unit-tests-exclusions: |-
\(cmd\/mcvs-scanner\|cmd\/mcvs-scanner-cli\|deprecated\|docs\/swagger\|mocks\)
golangci-lint-version: v1.61.0

0 comments on commit 68d0743

Please sign in to comment.