Merge pull request #105 from kzys/codecov

Enable Codecov again
This commit is contained in:
Derek McGowan 2022-02-22 13:02:45 -08:00 committed by GitHub
commit aa5c94700b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,13 @@ jobs:
- name: Test
working-directory: src/github.com/containerd/ttrpc
run: |
go test -v -race ./...
go test -v -race -coverprofile=coverage_txt -covermode=atomic ./...
- name: Code Coverage
uses: codecov/codecov-action@v2
with:
files: coverage_txt
if: matrix.os == 'ubuntu-latest'
#
# Run Protobuild