Bitbucket pipelines

Continuous Integration or Continuous Integration (CI) is a good programming practice consisting in continuous checking of the integrity of the code. Thanks to tools such as e.g. Pytest or Codecov, you can easily check whether the newly created programming code works correctly and to what extent it is covered in tests. This allows for earlier detection of errors, already at the stage of sending the code to the repository.