Skip to content

Commit

Permalink
build(fix): [#12] Exclude code coverage for cmd/oktamock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Dec 20, 2024
1 parent 5437205 commit a6ca589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
code-coverage-expected: 34.5
golang-unit-tests-exclusions: |-
\(cmd\/mcvs-integrationtest-services\)
\(cmd\/mcvs-integrationtest-services\|cmd\/oktamock\)
testing-type: ${{ matrix.testing-type }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6ca589

Please sign in to comment.