We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c6b90 commit d9fd48cCopy full SHA for d9fd48c
.github/workflows/test.yml
@@ -35,9 +35,10 @@ jobs:
35
36
- name: Run unit tests
37
working-directory: mantil
38
- run: go test -v ./cli/... ./domain/... ./kit/... ./node/... -coverprofile=coverage.out
+ run: go test -v ./cli/... ./domain/... ./kit/... ./node/...
39
40
- name: Upload coverage to Codecov
41
+ run: go test -v ./domain/... -coverprofile=coverage.out
42
run: bash <(curl -s https://codecov.io/bash)
43
44
- name: Configure AWS Credentials for unit-test account
0 commit comments