-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update VAQUAO sensor DTDL * Rename vaquao to vaqao * Update THr DTDL * Change vaqao Sensor model version * Change THr Sensor Model version * fix device ids for vaqaO * Fix device name and ids for THr * Fix for SensO * Update Codec report standard * Remove Status field from SensO * Update docker images with Code update * Update S0 sensor * Add Unit Tests * Add Unit Tests * Fix CI * Fix CI * Update .gitmodules * remove old submodules * Update CI * Add coverage in CI * Fix working Directory for CI * Launch build only after tests * Fix CI * Make replaceCodecImports.sh executable at test phase * Add coverage requirements * Update requirements + fix replaceCodecImports * update pytest to 6.2.5 * Change py test method * --- * --- * --- * --- * --- * Update dockerfiles * Update Sens'O DTDL * Rename DTDL files * Rename Watecco to Watteco * Rename organization * Rename https://github.com/kbeaugrand-org/iotedge-lorawan-watteco/ * Add Presso * --- * Add tests during CD phase * Update CODEOWNERS
- Loading branch information
1 parent
8373fdf
commit 098661f
Showing
36 changed files
with
3,640 additions
and
1,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.pytest_cache | ||
__pycache__ | ||
.coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"python.testing.pytestArgs": [ | ||
"src" | ||
], | ||
"python.testing.unittestEnabled": false, | ||
"python.testing.pytestEnabled": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.