Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ODudek committed Dec 13, 2023
2 parents 92bf494 + 8a52c37 commit 92fc76f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:

- name: Test
run: go test -v ./...

- name: Generate Test Coverage
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...

- name: Check Test Coverage
uses: vladopajic/go-test-coverage@v2
with:
profile: cover.out
#local-prefix: github.com/org/project
threshold-file: 80
threshold-package: 80
threshold-total: 95

0 comments on commit 92fc76f

Please sign in to comment.