Skip to content

Commit

Permalink
Updated test-unit make command fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Jones <[email protected]>
  • Loading branch information
tannerjones4075 committed Oct 30, 2023
1 parent a06cc09 commit 9e62467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Comment coverage report
run: |
case ${{ matrix.os }} in
ubuntu-latest|windows-latest|macOS-latest)
ubuntu-latest|windows-latest|macOS-latest
curl -sSfL https://codecov.io/bash | bash -s -- -Z -K -f coverage.out || echo "Codecov upload failed"
;;
esac
Expand Down

0 comments on commit 9e62467

Please sign in to comment.