File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A visual scripting engine designed for embedding. The engine is written in moder
6
6
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/c0qxxixyhymfxfdf?svg=true )] ( https://ci.appveyor.com/project/kovacsv/visualscriptengine )
7
7
[ ![ 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 )
8
8
[ ![ 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 )
10
9
11
10
## Documentation
12
11
Original file line number Diff line number Diff line change @@ -49,22 +49,6 @@ test_script:
49
49
artifacts :
50
50
- path : Build\Package\*
51
51
52
- for :
53
- -
54
- matrix :
55
- only :
56
- - configuration : Debug
57
- image : Visual Studio 2017
58
- install :
59
- - choco install opencppcoverage codecov
60
- - set PATH=C:\Program Files\OpenCppCoverage;%PATH%
61
- test_script :
62
- - cd Build
63
- - ctest --verbose --build-config %configuration%
64
- - 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%
65
- - codecov -f coverage.xml --root %APPVEYOR_BUILD_FOLDER%
66
- - cd ..
67
-
68
52
deploy :
69
53
description : ' News:\n- ...\n\nMigration:\n- ...'
70
54
provider : GitHub
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments