Skip to content

Commit

Permalink
specify coverage files for modules (cosmos#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Apr 25, 2024
1 parent c882b82 commit f9336cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callbacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Go Test
run: |
cd modules/apps/callbacks
go test -v -mod=readonly ./...
go test -v -mod=readonly ./... -coverprofile=coverage.out
code-analysis:
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Go Test
run: |
cd modules/capability
go test -v -mod=readonly ./...
go test -v -mod=readonly ./... -coverprofile=coverage.out
code-analysis:
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Go Test
run: |
cd modules/light-clients/08-wasm
go test -v -mod=readonly ./...
go test -v -mod=readonly ./... -coverprofile=coverage.out
code-analysis:
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit f9336cc

Please sign in to comment.