Skip to content

Commit

Permalink
prevent lcov on other than macos
Browse files Browse the repository at this point in the history
  • Loading branch information
frank06 committed Apr 30, 2024
1 parent bf3005f commit c53bbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: runner.os == 'macOS'
run: dart run test --coverage=coverage
- name: Convert to lcov
if: runner.os == 'macOS'
run: |
dart pub global activate coverage
dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
Expand Down

0 comments on commit c53bbea

Please sign in to comment.