-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit Tests - Add GoogleTest & GMock #114
Conversation
6078256
to
9fb41f1
Compare
- add main CMakeLists.txt file for unit tests - use GoogleTest & GMock - setup unit tests directory - add template example - add mbed-os stubs
55cb8fb
to
3e4c6a6
Compare
Now that we are using self hosted servers, there is no limit of time to build. We can trigger the workflows all the time if we want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut indiquer la commande pour installer gcovr brew install gcovr
quelque part, sinon tout le reste fonctionne!
Simple curiosité, à quoi sert le rapport (coverage)?
N.B. Il est généré que dans les cas de réussites des tests
22b2abe
to
bbd4a1a
Compare
bbd4a1a
to
6b3f0a6
Compare
Code Climate has analyzed commit 6b3f0a6 and detected 0 issues on this pull request. View more on Code Climate. |
Cette PR ajoute la possibilité d'écrire des unit tests.
Une prochaine PR mettra en place un exemple simple.