Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jun 9, 2024
1 parent 1ed367c commit 0e5c0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: make redash-setup
- run: make redash-upgrade-db
- run: make vet
- run: make testacc TEST_OPTS='coverprofile=coverage.out'
- run: make testacc TEST_OPTS='-coverprofile=coverage.out'
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 0e5c0cb

Please sign in to comment.