컴퓨터/자료

Github build passing, coverity passed

ahdelron 2020. 8. 16. 14:53

 

깃허브 프로젝트 문서에서 위와 같은 사진을 본 적이 있을 것이다.

오늘은 저것을 어떤 사이트에서 추가하는 것인지 알려주려고 한다.

 

1. Build (빌드) 테스트 사이트

https://travis-ci.org/

 

Travis CI - Test and Deploy Your Code with Confidence

 

travis-ci.org

대신 빌드를 해주며 오류가 생기지 않을 시 passing을 했음을 알려주는 사이트이다.

 

2. 정적 분석 사이트

https://scan.coverity.com/

 

Coverity Scan - Static Analysis

“Ah, that's cool. Pretty neat that an automated tool can catch mutex lock problems in conditional statements wrapped in macros! I'm impressed.” Genivi

scan.coverity.com

프로젝트에 오류가 있는지 없는지 정적분석을 해주는 사이트이다.