Skip to content

Commit 6dc755a

Browse files
committed
feat: added ocpp 2.1 to docker test
1 parent 07b7045 commit 6dc755a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ services:
1919
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+
go test -v -covermode=count -coverprofile=ocpp21.out -coverpkg=github.com/lorenzodonini/ocpp-go/ocpp2.1/... github.com/lorenzodonini/ocpp-go/ocpp2.1_test
2223
sed '1d;$d' ocpp16.out >> coverage.out
2324
sed '1d;$d' ocpp201.out >> coverage.out
25+
sed '1d;$d' ocpp21.out >> coverage.out
2426
2527
integration_test:
2628
image: cimg/go:1.22.5

0 commit comments

Comments
 (0)