diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d963d9a8..57f89aef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,14 +21,12 @@ jobs: run: make bin bin/simple bin/minimal working-directory: tests/go-tests - name: Run tests - run: go test -v ./... -coverprofile=coverage.out -coverpkg=./... --timeout=30m - working-directory: rvgo + run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/... --timeout=30m - name: Fuzz run: make fuzz - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: - working-directory: rvgo token: ${{ secrets.CODECOV_TOKEN }} verbose: true rvsol-tests: diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 1dcc2140..00000000 --- a/codecov.yml +++ /dev/null @@ -1,2 +0,0 @@ -fixes: - - "github.com/ethereum-optimism/asterisc/rvgo/::" \ No newline at end of file