Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 21, 2023
1 parent 641d3de commit 2e5ec2c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
- name: Coverage
run: deno task coverage

# Disabled for now
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./.coverage/coverage.lcov
# flags: unittests
# name: codecov-umbrella
# fail_ci_if_error: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./.coverage/coverage.lcov
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit 2e5ec2c

Please sign in to comment.