Skip to content

Commit

Permalink
upload coverage to codecov.io
Browse files Browse the repository at this point in the history
Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
  • Loading branch information
qmuntal committed Jul 4, 2022
1 parent b870a00 commit 66f9d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/ci-go-cover.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: go test -race -v .
run: go test -race -v -coverprofile=coverage.txt .
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3

0 comments on commit 66f9d81

Please sign in to comment.