joha2 / pyrate

This is my pyrate fork. Goal is for me to provide a useful FreeCAD interface.
GNU General Public License v2.0
3 stars 1 forks source link

Stub for unittests and coveralls CI #14

Closed theinze closed 7 years ago

theinze commented 7 years ago

Created a unittest stub core/stub.py, tests/test_stub.py for the core package and coveralls CI (i.e., lines covered by unittests, currently Coverage Status

Note: For Travis and coveralls.io, you need to allow travis and coveralls to access your github repository: Step 1 and 2, step 3, 4, 5 already done, see .travis.yml and coveralls, You would also need to adjust the badges in README.md to your github respository

joha2 commented 7 years ago

Yeah in other projects I realized that you have to change the badges to your repo. But what if you update the readme.md? Do I have to change the badge code back everytime I accept a pull request where you change something in the readme.md?