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 a703141 commit 375057eCopy full SHA for 375057e
.github/workflows/dart_test_analyze_format.yml
@@ -8,10 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
# - run: (echo 'deb http://deb.debian.org/debian buster main contrib non-free') > /etc/apt/sources.list.d/buster.list
11
- - run: apt-get update && apt-get install --no-install-recommends -y -q lcov
12
- run: dart pub get
13
- run: dart format --set-exit-if-changed .
14
- run: dart test --coverage .
15
- run: dart pub run coverage:format_coverage -i . -l > coverage.lcov
16
- - run: lcov -l coverage.lcov
17
- run: dart analyze
0 commit comments