Skip to content

Commit

Permalink
chore: add codacy coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
auula committed Sep 10, 2023
1 parent f4d5ec3 commit e441288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go build -v ./...

- name: Test Coverage
run: ./test.sh 4
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic -v

- name: Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
./cmd/vasedb
vasedb
_temp
coverage.out

# Test binary, built with `go test -c`
*.test
Expand Down

0 comments on commit e441288

Please sign in to comment.