Skip to content

Commit

Permalink
Enable Codecov again
Browse files Browse the repository at this point in the history
We have lost Codecov since #101. While the main containerd repository
doesn't have that, ttrpc could have Codecov without much complications.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
  • Loading branch information
kzys committed Feb 22, 2022
1 parent e35aa96 commit a0b195b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,14 @@ jobs:
- name: Test
working-directory: src/github.com/containerd/ttrpc
run: |
go test -v -race ./...
go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Code Coverage
uses: codecov/codecov-action@v2
with:
files: coverage.out
if: matrix.os == 'ubuntu-latest'

#
# Run Protobuild
#
Expand Down

0 comments on commit a0b195b

Please sign in to comment.