Skip to content

Commit

Permalink
Upload go coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 10, 2024
1 parent ecf779c commit 29feb07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
run: make bin bin/simple bin/minimal
working-directory: tests/go-tests
- name: Run tests
run: go test -v ./...
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
working-directory: rvgo
- name: Fuzz
run: make fuzz
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
working-directory: rvgo
rvsol-tests:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 29feb07

Please sign in to comment.