Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
frank06 committed Apr 26, 2024
1 parent c89ae1a commit 15abbef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
if: runner.os == 'macOS'
run: dart run test --coverage=coverage
- name: Convert to lcov
run:
- dart pub global activate coverage
- dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
run: |
dart pub global activate coverage
dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
- name: Send coverage report to codecov
if: runner.os == 'macOS'
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 15abbef

Please sign in to comment.