Skip to content

Commit 1ce312f

Browse files
author
Sergey Khomushin
committed
ci.yml: add format and codecov
1 parent 466b646 commit 1ce312f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
- name: Install dependencies
3333
run: flutter pub get
3434

35-
# Uncomment this step to verify the use of 'dart format' on each commit.
36-
# - name: Verify formatting
37-
# run: dart format --output=none --set-exit-if-changed .
35+
- name: Verify formatting
36+
run: dart format --output=none --set-exit-if-changed .
3837

39-
# Consider passing '--fatal-infos' for slightly stricter analysis.
4038
- name: Analyze project source
41-
run: flutter analyze
39+
run: flutter analyze --fatal-infos
4240

4341
- name: Run tests
4442
run: flutter test --coverage
43+
44+
- name: Upload coverage to Codecov
45+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)