Skip to content

Commit

Permalink
fix: missing coverage for tenant module
Browse files Browse the repository at this point in the history
  • Loading branch information
kernle32dll committed May 28, 2024
1 parent 6015546 commit e222ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: ${{ matrix.go }}
check-latest: true
- name: Test
run: go test -v -race -coverprofile="coverage.txt" -covermode=atomic $(go list ./... | grep -v examples)
run: go test -v -race -coverprofile="coverage.txt" -covermode=atomic $(go list -m | grep -v examples)
- name: Upload code coverage
uses: codecov/codecov-action@v4
if: matrix.go == '1.22'
Expand Down

0 comments on commit e222ecd

Please sign in to comment.