We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f4157 commit 093133aCopy full SHA for 093133a
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- run: go test -coverprofile=cover.out ./...
23
- name: Coveralls GitHub Action
24
+ if: github.event_name == 'pull_request' || github.ref_name == 'main'
25
uses: coverallsapp/github-action@v2
26
with:
27
file: cover.out
0 commit comments