File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ A visual scripting engine designed for embedding. The engine is written in moder
66[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/c0qxxixyhymfxfdf?svg=true )] ( https://ci.appveyor.com/project/kovacsv/visualscriptengine )
77[ ![ Language grade: C/C++] ( https://img.shields.io/lgtm/grade/cpp/g/kovacsv/VisualScriptEngine.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/kovacsv/VisualScriptEngine/context:cpp )
88[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/kovacsv/VisualScriptEngine.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/kovacsv/VisualScriptEngine/alerts/ )
9+ [ ![ codecov] ( https://codecov.io/gh/kovacsv/VisualScriptEngine/branch/master/graph/badge.svg?token=LAB72UD38J )] ( https://codecov.io/gh/kovacsv/VisualScriptEngine )
910
1011## Documentation
1112
Original file line number Diff line number Diff line change 6060 - set PATH=C:\Program Files\OpenCppCoverage;%PATH%
6161 test_script :
6262 - cd Build
63+ - ctest --verbose --build-config %configuration%
6364 - OpenCppCoverage.exe --export_type cobertura:coverage.xml --modules "*.exe" --cover_children --sources=*Sources\NodeEngine --sources=*Sources\NodeUIEngine --sources=*Sources\BuiltInNodes --excluded_sources=*Sources\NodeEngineTest -- ctest --verbose --build-config %configuration%
6465 - codecov -f coverage.xml --root %APPVEYOR_BUILD_FOLDER%
6566 - cd ..
You can’t perform that action at this time.
0 commit comments