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 a2b3a8f commit 528e57bCopy full SHA for 528e57b
.github/workflows/test.yml
@@ -18,13 +18,4 @@ jobs:
18
- run: dart pub get
19
- run: dart format --fix --set-exit-if-changed .
20
- run: dart analyze
21
- - run: dart test --coverage
22
- - name: Setup LCOV
23
- uses: hrishikesh-kadam/setup-lcov@v1
24
- - name: Report code coverage
25
- uses: zgosalvez/github-actions-report-lcov@v3
26
- with:
27
- coverage-files: coverage/lcov*.info
28
- artifact-name: code-coverage-report
29
- github-token: ${{ secrets.GITHUB_TOKEN }}
30
- update-comment: true
+ - run: dart test
0 commit comments