Skip to content

Commit

Permalink
Revert "upload coverage report to codecov (#3400)" (#3406)
Browse files Browse the repository at this point in the history
This reverts commit e9114f2.
  • Loading branch information
mathnogueira committed Nov 28, 2023
1 parent 7bbafb4 commit 781fbed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pull-request.yaml
Expand Up @@ -72,10 +72,6 @@ jobs:
cache-dependency-path: "go.mod"
- name: Run unit tests
run: cd cli; make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

unit-test-server:
name: API Server unit tests
Expand All @@ -95,10 +91,6 @@ jobs:
cache-dependency-path: "go.mod"
- name: Run unit tests
run: cd server; make test -B
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

unit-test-agent:
name: Agent unit tests
Expand All @@ -117,10 +109,6 @@ jobs:
cache-dependency-path: "go.mod"
- name: Run unit tests
run: cd agent; make test -B
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

unit-test-web:
name: WebUI unit tests
Expand Down

0 comments on commit 781fbed

Please sign in to comment.