Skip to content

test: fixing unit test #18

test: fixing unit test

test: fixing unit test #18

Workflow file for this run

name: ci
on: [push]
jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@ci/allow-to-overwrite-coverage-defaults
secrets: inherit
with:
imageTagName: ghcr.io/openmfp/account-operator
useMake: true
useLocalCoverageConfig: true
coverageThreasholdFile: 95
coverageThreasholdPackage: 95
coverageThreasholdTotal: 95