diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2015b06777..9ee76fca61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,4 +73,9 @@ jobs: # run: make test-race - name: test-integration - run: make test-integration \ No newline at end of file + run: make test-integration + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1 + with: + file: ./cover.out \ No newline at end of file