X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
484 stars 105 forks source link

Create lgtm.yml #440

Closed PhilipDeegan closed 4 years ago

PhilipDeegan commented 4 years ago

successful build: https://lgtm.com/logs/81490e1791b04537a40f6366d2b42f4b5bdb7a32/lang:cpp

Mbompr commented 4 years ago

Is this meant to replace appveyor ? Or is it an additional build tool ?

PhilipDeegan commented 4 years ago

Is this meant to replace appveyor ? Or is it an additional build tool ?

it's an additional tool that does code scanning/review similar to linting / PEP checks

PhilipDeegan commented 4 years ago

python coverage is already done https://lgtm.com/projects/g/X-DataInitiative/tick/

this PR adds C++ coverage

Mbompr commented 4 years ago

Thanks for the info !