-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 788 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: bitbucket_code_coverage
version: 0.0.2
description: >
Converts coverage data from LCOV and publishes to Bitbucket server via
Bitbucket Server Code Coverage plugin API.
homepage: https://github.com/arturdm/bitbucket_code_coverage
environment:
sdk: ">=2.0.0 <3.0.0"
executables:
bitbucket_code_coverage:
dependencies:
args: ">=1.4.0 <2.0.0"
collection: ">=1.14.0 <2.0.0"
glob: ">=1.1.0 <2.0.0"
http: ">=0.12.0 <1.0.0"
json_annotation: ">=2.0.0 <4.0.0"
lcov: ">=4.1.0 <5.0.0"
logging: ">=0.11.0 <1.0.0"
meta: ">=1.1.0 <2.0.0"
path: ">=1.6.0 <2.0.0"
quiver: ">=2.0.0 <3.0.0"
dev_dependencies:
build_runner: ^1.0.0
json_serializable: ^2.0.2
mock_web_server: ^4.0.0
pedantic: ^1.4.0
test: ^1.5.3
test_coverage: ^0.2.3
test_descriptor: ^1.0.0