Conversation
# Conflicts: # examples/device/CMakeLists.txt
# Conflicts: # templates/device/CMakeLists.txt
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.8%) is below the target coverage (90.0%). You can increase the patch coverage or adjust the target coverage. @@ Coverage Diff @@
## develop #326 +/- ##
==========================================
- Coverage 90.3% 67.3% -23.0%
==========================================
Files 6 6
Lines 732 496 -236
Branches 141 66 -75
==========================================
- Hits 661 334 -327
- Misses 71 162 +91
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
|
| @@ -1,5 +1,5 @@ | |||
| ignore: | |||
| - "test/**/*" | |||
| - "/**/test/**/*" | |||
There was a problem hiding this comment.
Previously, codecov was complaining that all test files included in the examples/device/test/ directory are not covered. I am not sure whether this does actually the trick, because the output of codecov does not show at all anymore in the list of completed jobs.
Description
This PR refactors the example device implementation by instantiating the device template for the example device. This adds a couple of convieniet features to the example device like install instructin and the packaging as a python package.
Checklist:
removals.