Skip to content

Commit

Permalink
codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lundis authored Oct 20, 2024
1 parent d7955a3 commit 9f36d0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
run: go test ./vector2/ ./vector3/ -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload Coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true

0 comments on commit 9f36d0f

Please sign in to comment.