Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* senzing-garage/sz-sdk-go#125 add go coverage

* update permissions
  • Loading branch information
kernelsam authored May 16, 2024
1 parent 9cf1186 commit 6094b4d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/go-coverage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: go coverage

on:
workflow_call:

permissions:
contents: read

jobs:
go-coverage:
name: go coverage
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
id: download
with:
pattern: cover.out
merge-multiple: true

- name: check test coverage
uses: vladopajic/go-test-coverage@v2
with:
config: ./.testcoverage.yml

0 comments on commit 6094b4d

Please sign in to comment.