diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65608f8..47bc239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,8 @@ jobs: - uses: ./.github/actions/setup-node - run: yarn test --coverage - uses: codecov/codecov-action@v2 - name: ${{ matrix.os }} + with: + name: ${{ matrix.os }} eslint: name: ESLint