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.
2 parents bef2416 + b023d46 commit 6f97fceCopy full SHA for 6f97fce
.gitlab-ci.yml
@@ -48,16 +48,6 @@ test:
48
coverage_format: cobertura
49
path: coverage.xml
50
51
-code_quality:
52
- stage: test
53
- script:
54
- - dart run dart_code_metrics:metrics analyze lib -r gitlab > quality.json
55
- artifacts:
56
- when: always
57
- reports:
58
- codequality:
59
- - quality.json
60
-
61
code_navigation:
62
stage: test
63
allow_failure: true
pubspec.yaml
@@ -9,7 +9,6 @@ environment:
9
dev_dependencies:
10
build_runner: ^2.3.0
11
coverage: ^1.0.4
12
- dart_code_metrics: ^5.7.4
13
lint: ^2.0.2
14
lints: ^2.0.2
15
mockito: ^5.0.17
0 commit comments