Skip to content

Commit

Permalink
changed job for github - fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
t34-dev committed Aug 16, 2024
1 parent b87059b commit 9c49d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: go install github.com/mattn/goveralls@latest

- name: Run tests
run: go test -v -coverprofile=coverage.out $(go list ./... | grep -v /example)
# run: go test -v -coverprofile=coverage.out $(go list ./... | grep -v /example)
run: make test

- name: Send coverage
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ debug.log

node_modules/
/.gradle/
/coverage.out

0 comments on commit 9c49d42

Please sign in to comment.