Skip to content

Commit

Permalink
Set up Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 3, 2024
1 parent 5a47bd3 commit d37bc50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
check_name: "Test Results (Windows)"
files: .test-report.xml
- run: deno coverage --lcov .cov > .cov.lcov
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: .cov.lcov

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d37bc50

Please sign in to comment.