Skip to content

Commit 528e57b

Browse files
author
Christoph Bühler
committed
chore: remove coverage for dart package
1 parent a2b3a8f commit 528e57b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,4 @@ jobs:
1818
- run: dart pub get
1919
- run: dart format --fix --set-exit-if-changed .
2020
- 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
21+
- run: dart test

0 commit comments

Comments
 (0)