From 23a53b825a8cc71a783671800ea9ea228ecd0e7f Mon Sep 17 00:00:00 2001 From: evemartin Date: Wed, 10 Apr 2024 14:31:05 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b108e69..23da21813 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: test: name: Run tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: LANG: C.UTF-8 steps: @@ -47,5 +47,10 @@ jobs: env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + coverage: + name: Upload coverage report + runs-on: ubuntu-latest + needs: test + steps: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3