File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ codecov :
2
+ branch : main
3
+ coverage :
4
+ precision : 2
5
+ range : " 60...80"
6
+ status :
7
+ project :
8
+ default :
9
+ # basic
10
+ target : 20
11
+ threshold : 5
12
+ # advanced
13
+ informational : true
14
+ patch :
15
+ default :
16
+ # basic
17
+ target : 20
18
+ threshold : 5
19
+ # advanced
20
+ informational : true
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public function it_should_return_a_list_of_validation_errors_when_posting_an_inv
129
129
// When
130
130
try {
131
131
$ slack ->postMessage ('https://slack.incoming.url/ ' , $ message );
132
- } catch (ValidationException $ e ) {
132
+ } catch (ValidationException $ e ) {
133
133
$ this ->assertIsArray ($ e ->errors ());
134
134
$ this ->arrayHasKey ('foo ' , $ e ->errors ());
135
135
$ this ->assertEquals (['foo ' => 'bar ' ], $ e ->errors ());
You can’t perform that action at this time.
0 commit comments