Skip to content

Commit

Permalink
Added a badge and removed rebuild for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Apr 14, 2018
1 parent 5d6d1e1 commit 89e3785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

[![Build Status](https://img.shields.io/appveyor/ci/tgjones/opensage.svg?logo=appveyor)](https://ci.appveyor.com/project/tgjones/opensage)
[![Discord Chat](https://img.shields.io/discord/398393968234332161.svg?logo=discord)](https://discord.gg/G2FhZUT)
[![codecov](https://codecov.io/gh/OpenSAGE/OpenSAGE/branch/master/graph/badge.svg)](https://codecov.io/gh/OpenSAGE/OpenSAGE)

**OpenSAGE**: a free, open source re-implementation of [SAGE](https://en.wikipedia.org/wiki/SAGE_(game_engine)), the 3D
real time strategy (RTS) engine used in Command & Conquer™: Generals and other
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ artifacts:
name: Launcher

test_script:
- OpenCover.Console.exe -register:user -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:"test --logger:trx;LogFileName=results.trx /p:DebugType=full C:\projects\opensage\src\OpenSage.Game.Tests\OpenSage.Game.Tests.csproj" -filter:"+[OpenSage.Game*]* -[*.Tests*]*" -oldStyle -output:".\OpenSage_coverage.xml"
- OpenCover.Console.exe -register:user -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:"test --logger:trx;LogFileName=results.trx --no-build /p:DebugType=full C:\projects\opensage\src\OpenSage.Game.Tests\OpenSage.Game.Tests.csproj" -filter:"+[OpenSage.Game*]* -[*.Tests*]*" -oldStyle -output:".\OpenSage_coverage.xml"
- codecov -f "OpenSage_coverage.xml

0 comments on commit 89e3785

Please sign in to comment.