From 6d5f8903bb68acaf72ce586bc3b138cdf2ed5109 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Fri, 14 May 2021 23:49:15 +0100 Subject: [PATCH] Add uploading of codecov result --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd2f1c8..01b5fec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,6 +75,11 @@ jobs: - name: Run unit tests run: | make test CI_RUN=${CI} + - name: Upload codecov result + uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + files: coverage.out # - name: Codeclimate # uses: paambaati/codeclimate-action@v2.7.5 # with: