commit
74421d1018
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -82,6 +82,11 @@ jobs:
|
|||||||
fetch-depth: 25
|
fetch-depth: 25
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
working-directory: src/github.com/containerd/ttrpc
|
||||||
|
run: |
|
||||||
|
make test
|
||||||
|
|
||||||
|
- name: Coverage
|
||||||
working-directory: src/github.com/containerd/ttrpc
|
working-directory: src/github.com/containerd/ttrpc
|
||||||
run: |
|
run: |
|
||||||
make coverage TESTFLAGS_RACE=-race
|
make coverage TESTFLAGS_RACE=-race
|
||||||
@ -91,12 +96,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make integration
|
make integration
|
||||||
|
|
||||||
- name: Code Coverage
|
|
||||||
uses: codecov/codecov-action@v2
|
|
||||||
with:
|
|
||||||
files: coverage.txt
|
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Run Protobuild
|
# Run Protobuild
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# ttrpc
|
# ttrpc
|
||||||
|
|
||||||
[](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
|
[](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
|
||||||
[](https://codecov.io/gh/containerd/ttrpc)
|
|
||||||
|
|
||||||
GRPC for low-memory environments.
|
GRPC for low-memory environments.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user