From e7ab10747d4db3af060a33db1266db423e7a0c83 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Fri, 27 Sep 2019 15:17:42 +0200 Subject: [PATCH] fix codecov --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 99595d3..843f4e3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -79,7 +79,7 @@ jobs: # command: clippy # # args: -- -D warnings # - lint: + codecov: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -99,3 +99,4 @@ jobs: uses: codecov/codecov-action@v1.0.2 with: token: 8bedf116-6403-4c64-b3f6-3dcb7aa73848 + file: ${{ steps.coverage.outputs.report }}