Skip to content
Snippets Groups Projects
README.md 610 B
Newer Older
# Example project for testing and CI in gitlab
Luka Stanisic's avatar
Luka Stanisic committed

[![pipeline status](https://gitlab.mpcdf.mpg.de/mpcdf/testing_example/badges/master/pipeline.svg)](https://gitlab.mpcdf.mpg.de/mpcdf/testing_example/commits/master)
[![coverage report](https://gitlab.mpcdf.mpg.de/mpcdf/testing_example/badges/master/coverage.svg)](https://gitlab.mpcdf.mpg.de/mpcdf/testing_example/commits/master)


This is a little C++ project including some little functions, unit tests for the functions, and also some end-to-end regression tests.

For the unit tests, the [googletest framework](https://github.com/google/googletest) is used.