Skip to content

Commit 2e025ef

Browse files
committed
Add codecov badge.
1 parent 6bece5f commit 2e025ef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ for:
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 ..

0 commit comments

Comments
 (0)