Skip to content

Commit

Permalink
Merge pull request #18 from kuoss/17-codecov-coverage-test-all-packages
Browse files Browse the repository at this point in the history
fix go test all packages
  • Loading branch information
dozer-jang authored Apr 4, 2023
2 parents 9d957a7 + 675d9de commit 0d1474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v3
- name: go test with coverage
#run: go test -v -covermode=count -coverprofile=coverage.out
run: go test -race -coverprofile=coverage.out -covermode=atomic
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
#- name: Convert coverage to lcov
Expand Down

0 comments on commit 0d1474d

Please sign in to comment.