Skip to content

Continuous Integration

Pre-release
Pre-release
Compare
Choose a tag to compare
@alaouimehdi1995 alaouimehdi1995 released this 18 Jun 23:50
· 1 commit to master since this release
04c2cd9

The current version implements the whole CI pipeline using Travis CI. Here is what the pipeline does:

  1. Checks code formatting using black
  2. Checks code validation using flake8
  3. Runs unit-tests (with pytest)
  4. Checks tests coverage using codecov

Also, more project details were displayed as badge in the project's main README file.