File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ env: clean certificates
49
49
unit-test :
50
50
mkdir -p $(TMP_PATH )
51
51
go test -race -v ./schema/... -covermode=atomic -coverprofile=$(TMP_PATH ) /schema.coverage.txt
52
- go test -race -v ./pkg/... -covermode=atomic -coverprofile=$(TMP_PATH ) /pkg.coverage.txt
52
+ ROOT_CA_CRT= " $( CERT_PATH ) /cloudca.pem " ROOT_CA_KEY= " $( CERT_PATH ) /cloudcakey.pem " go test -race -v ./pkg/... -covermode=atomic -coverprofile=$(TMP_PATH ) /pkg.coverage.txt
53
53
54
54
test : env build-testcontainer
55
55
docker run \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/karrick/tparse/v2 v2.8.2
13
13
github.com/pion/dtls/v2 v2.1.6-0.20230104045405-f40c61d83b5f
14
14
github.com/pion/logging v0.2.2
15
- github.com/plgd-dev/go-coap/v3 v3.0.2-0.20230109094200-ac1d6381a9ba
15
+ github.com/plgd-dev/go-coap/v3 v3.0.2
16
16
github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90
17
17
github.com/stretchr/testify v1.8.1
18
18
github.com/ugorji/go/codec v1.2.8
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
108
108
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
109
109
github.com/plgd-dev/go-coap/v2 v2.0.4-0.20200819112225-8eb712b901bc /go.mod h1:+tCi9Q78H/orWRtpVWyBgrr4vKFo2zYtbbxUllerBp4 =
110
110
github.com/plgd-dev/go-coap/v2 v2.4.1-0.20210517130748-95c37ac8e1fa /go.mod h1:rA7fc7ar+B/qa+Q0hRqv7yj/EMtIlmo1l7vkQGSrHPU =
111
- github.com/plgd-dev/go-coap/v3 v3.0.2-0.20230109094200-ac1d6381a9ba h1:2ePtNMJGr7Z+BBZz/vJqHAfJsAIPQnKGOZ1+Rn4nFfs =
112
- github.com/plgd-dev/go-coap/v3 v3.0.2-0.20230109094200-ac1d6381a9ba /go.mod h1:938jYRLj4dAkcHeCWD72xV8eAy/4VleLX7xdJVvE6ck =
111
+ github.com/plgd-dev/go-coap/v3 v3.0.2 h1:a00NZB7LbgZS9bVmbwKn6jA5uA1hzm6XTarnOI5KvKg =
112
+ github.com/plgd-dev/go-coap/v3 v3.0.2 /go.mod h1:938jYRLj4dAkcHeCWD72xV8eAy/4VleLX7xdJVvE6ck =
113
113
github.com/plgd-dev/kit v0.0.0-20200819113605-d5fcf3e94f63 /go.mod h1:Yl9zisyXfPdtP9hTWlJqjJYXmgU/jtSDKttz9/CeD90 =
114
114
github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90 h1:TC1HJ/UbyflJFPvaOdGmNZ5TeFGex1/dyr9urNGLy7M =
115
115
github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90 /go.mod h1:Z7oKFLSGQjdi8eInxwFCs0tSApuEM1o0qNck+sJYp4M =
You can’t perform that action at this time.
0 commit comments