We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a24da9 commit 09f9fc9Copy full SHA for 09f9fc9
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
PACT_DART_LIB_DOWNLOAD_PATH: .
34
- name: Format coverage
35
- run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --packages=.packages --report-on=lib
+ run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib
36
- uses: codecov/codecov-action@v2
37
with:
38
files: ./coverage.lcov
0 commit comments