We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb28ba commit dfb451bCopy full SHA for dfb451b
1 file changed
.github/workflows/dart_ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: install dependencies
70
run: dart pub get
71
- name: test
72
- run: dart run test . --coverage=coverage --concurrency 1
+ run: dart run test . --coverage=coverage --concurrency 1 --verbose-trace
73
- name: coverage
74
run: dart run coverage:format_coverage --lcov --in coverage --out lcov.info
75
- uses: codecov/codecov-action@v5
0 commit comments