Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .github/codecov.yml

This file was deleted.

15 changes: 2 additions & 13 deletions .github/workflows/go-testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:
go-version: "1.21"
- name: Run coverage
run: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
if: github.repository == 'meshery/meshery'
uses: codecov/[email protected]
with:
files: ./coverage.txt
flags: unittests

integration-tests:
name: Integration tests
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -101,10 +96,4 @@ jobs:
./mesheryctl system check --preflight;
./mesheryctl system stop -y;
echo "Running Mesheryctl with Kubernetes completed."

- name: Upload coverage to Codecov
if: github.repository == 'meshery/meshery'
uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: gointegrationtests

Loading