Skip to content
Open
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
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,4 @@ jobs:
cache-dependency-path: go.sum
- name: go mod tidy
run: make tidy
codecov:
name: codecov
needs: [ tidy ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.21'
cache: true
cache-dependency-path: go.sum
- name: Unit test
run: make test
- name: Upload covergae to Codecov
if: github.repository == 'meshery/meshery-nginx-sm'
uses: codecov/codecov-action@v3
with:
files: ./coverage.out
flags: unittests

Loading