Skip to content

Commit

Permalink
ci(codecov): upgrade to codecov/codecov-action@v2 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 11, 2021
1 parent b400131 commit 18c023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: deno coverage --unstable --lcov ./cov > cov.lcov

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: ${{ matrix.os }}-${{ matrix.deno }}
files: cov.lcov

0 comments on commit 18c023c

Please sign in to comment.