Skip to content

Commit dce5ce8

Browse files
committed
Upload rvgo coverage to Codecov
1 parent 0ad4eea commit dce5ce8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
run: make bin bin/simple bin/minimal
2222
working-directory: tests/go-tests
2323
- name: Run tests
24-
run: go test -v ./...
25-
working-directory: rvgo
24+
run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/...
2625
- name: Fuzz
2726
run: make fuzz
27+
- name: Upload coverage to Codecov
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}
31+
verbose: true
2832
rvsol-tests:
2933
runs-on: ubuntu-latest
3034
timeout-minutes: 20

0 commit comments

Comments
 (0)