Commit ee7093b6 authored by Derek Nola's avatar Derek Nola

Dont upload codecoverage, gocover not supported

parent fddbf4f7
...@@ -83,13 +83,6 @@ jobs: ...@@ -83,13 +83,6 @@ jobs:
with: with:
## If no one connects after 5 minutes, shut down server. ## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5 wait-timeout-minutes: 5
- name: Upload Results To Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: tests/e2e/${{ matrix.etest }}/coverage.out
flags: e2etests # optional
verbose: true # optional (default = false)
docker: docker:
needs: build needs: build
name: Docker Tests name: Docker Tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment