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 8967436 commit 00a61a2Copy full SHA for 00a61a2
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: flutter clean
22
- run: flutter pub get
23
- run: flutter build web --release
24
- - run: flutter test --coverage --coverage-path coverage/lcov.info
+ - run: cd .. && flutter test --coverage --coverage-path coverage/lcov.info
25
- name: Upload coverage reports to Codecov
26
uses: codecov/[email protected]
27
with:
0 commit comments