Skip to content

Commit 8a016f6

Browse files
xBlaz3kxlorenzodonini
authored andcommitted
Fixing coverage
1 parent e4d1ea2 commit 8a016f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ services:
1616
- /bin/bash
1717
- -c
1818
- |
19-
go test -v -covermode=count -coverprofile=ocppj.out ./ocppj
19+
go test -v -covermode=count -coverprofile=coverage.out ./ocppj
2020
go test -v -covermode=count -coverprofile=ocpp16.out -coverpkg=github.com/lorenzodonini/ocpp-go/ocpp1.6/... github.com/lorenzodonini/ocpp-go/ocpp1.6_test
2121
go test -v -covermode=count -coverprofile=ocpp201.out -coverpkg=github.com/lorenzodonini/ocpp-go/ocpp2.0.1/... github.com/lorenzodonini/ocpp-go/ocpp2.0.1_test
22-
sed '0d;$d' ocppj.out >> coverage.out
2322
sed '1d;$d' ocpp16.out >> coverage.out
2423
sed '1d;$d' ocpp201.out >> coverage.out
2524

0 commit comments

Comments
 (0)