Skip to content

Commit

Permalink
Fix coverprofile option usage
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyim committed Nov 29, 2023
1 parent 7360c03 commit 4cab26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: |
mkdir -p .qodana/code-coverage
go test ./... --coverprofile .qodana/code-coverage/coverage.out
go test ./... -coverprofile .qodana/code-coverage/coverage.out
working-directory: GO/go-test-coverage

- name: Archive coverage data
Expand Down

0 comments on commit 4cab26f

Please sign in to comment.