Skip to content

Commit

Permalink
Upload rvgo coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 11, 2024
1 parent 0ad4eea commit dce5ce8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .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 ./...
working-directory: rvgo
run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/...
- name: Fuzz
run: make fuzz
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
rvsol-tests:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit dce5ce8

Please sign in to comment.