Skip to content

Commit

Permalink
☕ Use Codecov to report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed May 14, 2023
1 parent 50e8d82 commit d30e65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ jobs:
DENOPS_TEST_VIM_EXECUTABLE: ${{ steps.vim.outputs.executable_path }}
DENOPS_TEST_NVIM_EXECUTABLE: ${{ steps.nvim.outputs.executable_path }}
working-directory: ./repo
- run: |
deno coverage --unstable .coverage --lcov > coverage.lcov
- uses: codecov/codecov-action@v1
with:
file: ./coverage.lcov

0 comments on commit d30e65e

Please sign in to comment.