Skip to content

Commit 15abbef

Browse files
committed
fix action
1 parent c89ae1a commit 15abbef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
if: runner.os == 'macOS'
4242
run: dart run test --coverage=coverage
4343
- name: Convert to lcov
44-
run:
45-
- dart pub global activate coverage
46-
- dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
44+
run: |
45+
dart pub global activate coverage
46+
dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
4747
- name: Send coverage report to codecov
4848
if: runner.os == 'macOS'
4949
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)