TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
462 stars 276 forks source link

Feature/non nullable fields #678

Closed rvolosatovs closed 7 years ago

rvolosatovs commented 7 years ago

blocked by https://github.com/TheThingsNetwork/api/pull/20

rvolosatovs commented 7 years ago

@htdvisser no clue why CI tests fail, they pass when run locally on my machine. How can I reproduce?

htdvisser commented 7 years ago
export APP_ID=your-app-id
export APP_TOKEN=token-of-your-application
export ACCOUNT_SERVER_PROTO=https
export ACCOUNT_SERVER_USERNAME=your-oauth-client-id
export ACCOUNT_SERVER_PASSWORD=your-oauth-client-secret
export ACCOUNT_SERVER_URL=account.thethingsnetwork.org

before running the test

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.01%) to 74.146% when pulling 2a8f1e47b5d45783d858dbd96266026727cbf696 on feature/non-nullable-fields into 39c2d385624d45fd70f2840ab88534c95a8a209e on develop.