From ada3066e14941e03144d4b99b225e58df22c323f Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 24 Jul 2020 18:43:56 -0400 Subject: [PATCH] Fix rebase conflict artifacts --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def0657b..ab8a7cf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,7 @@ jobs: args: --all -- --check coverage: + name: Coverage runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -80,4 +81,4 @@ jobs: version: 'latest' timeout: 600 - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v1.0.10 + uses: codecov/codecov-action@v1.0.12