aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/checks.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yaml')
-rw-r--r--.github/workflows/checks.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 8541806..5e96628 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -42,11 +42,11 @@ jobs:
# Test Suite
- name: Run tests
- run: go test -shuffle=on -coverprofile=cover.out -covermode=count ./...
+ run: go test -shuffle=on -coverprofile=build/cover.out -covermode=count ./...
- name: Upload coverage report to Coveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_BRANCH: ${{ github.head_ref }}
run: |
go install github.com/mattn/goveralls@latest
- goveralls -service=github -coverprofile=cover.out
+ goveralls -service=github -coverprofile=build/cover.out