Skip to content

Commit

Permalink
Merge pull request #105 from kzys/codecov
Browse files Browse the repository at this point in the history
Enable Codecov again
  • Loading branch information
dmcgowan authored Feb 22, 2022
2 parents e35aa96 + 79bcb78 commit aa5c947
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,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
Expand Down

0 comments on commit aa5c947

Please sign in to comment.