massich / findmkl_openmeeg

0 stars 0 forks source link

[WIP] add clang analyser on mac #13

Closed agramfort closed 6 years ago

agramfort commented 6 years ago

links I used as inspiration:

https://github.com/kuba--/zip/blob/master/.travis.sh https://github.com/OrdnanceSurvey/oslocationservices-ios/blob/master/circle.yml

codecov[bot] commented 6 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   75.29%   75.29%           
=======================================
  Files          28       28           
  Lines        1417     1417           
=======================================
  Hits         1067     1067           
  Misses        350      350

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1fc36b3...88362a4. Read the comment docs.

agramfort commented 6 years ago

looks like it worked.

https://travis-ci.org/massich/findmkl_openmeeg/jobs/340187125

:)

i find using scan-build much less invasive than using cppcheck...

agramfort commented 6 years ago

closing in favor of #42