Skip to content

Commit

Permalink
CI: Quote go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jul 30, 2024
1 parent 80532c0 commit e826e29
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 @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...
run: go test -race -coverprofile="coverage.out" -covermode="atomic" -v ./...
- name: Upload test coverage to Codacy
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --force-coverage-parser go -r coverage.out
env:
Expand Down

0 comments on commit e826e29

Please sign in to comment.