Skip to content

Commit 09f9fc9

Browse files
fix coverage error
1 parent 0a24da9 commit 09f9fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
PACT_DART_LIB_DOWNLOAD_PATH: .
3434
- name: Format coverage
35-
run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --packages=.packages --report-on=lib
35+
run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib
3636
- uses: codecov/codecov-action@v2
3737
with:
3838
files: ./coverage.lcov

0 commit comments

Comments
 (0)