Skip to content

Commit d9fd48c

Browse files
committed
only upload coverage for domain
1 parent c6c6b90 commit d9fd48c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535

3636
- name: Run unit tests
3737
working-directory: mantil
38-
run: go test -v ./cli/... ./domain/... ./kit/... ./node/... -coverprofile=coverage.out
38+
run: go test -v ./cli/... ./domain/... ./kit/... ./node/...
3939

4040
- name: Upload coverage to Codecov
41+
run: go test -v ./domain/... -coverprofile=coverage.out
4142
run: bash <(curl -s https://codecov.io/bash)
4243

4344
- name: Configure AWS Credentials for unit-test account

0 commit comments

Comments
 (0)