Skip to content

Commit

Permalink
ci: use code coverage generation of dart test command
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 1, 2024
1 parent 237a259 commit 2b057e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
run: dart analyze

- name: Run tests with coverage
run: dart run coverage:test_with_coverage
run: dart test --coverage=coverage

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
directory: ./coverage
name: Upload to codecov.io
verbose: true

0 comments on commit 2b057e5

Please sign in to comment.