File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ UserInterfaceState.xcuserstate
27
27
coverage /
28
28
screenshots /
29
29
reports /
30
+ reporter /
30
31
. * .sw [a-z ]
31
32
.sw ?
32
33
* .un~
Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ UserInterfaceState.xcuserstate
27
27
ios-app-bootstrap /
28
28
ios-app-bootstrapTests /
29
29
Cartfile
30
+ reporter /
30
31
* .sw *
31
32
* .un~
Original file line number Diff line number Diff line change 1
- # coverage_service: cobertura_xml
2
- coverage_service : html
3
- xcodeproj : ios-app-bootstrap.xcodeproj
4
- scheme : ios-app-bootstrap
5
- output_directory : ./coverage
6
1
ignore :
7
2
- Carthage/*
8
3
- build/*
9
4
- data/*
5
+ - coverage/*
6
+ - reporter/*
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ build: install
5
5
test :
6
6
echo TODO
7
7
coverage :
8
- slather coverage
8
+ macaca coverage -r ios -n ios-app-bootstrap -p ./ios-app-bootstrap.xcodeproj --html ./reporter
9
9
.PHONY : coverage
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ $ make test
29
29
### Coverage
30
30
31
31
``` bash
32
+ $ npm i macaca-cli -g
32
33
$ make coverage
33
34
```
34
35
You can’t perform that action at this time.
0 commit comments