Browse Source

Merge branch 'master' into dev

Krzysztof Krysiński 5 years ago
parent
commit
32b8a528d8
3 changed files with 4 additions and 14 deletions
  1. 4 4
      README.md
  2. BIN
      Screenshot.png
  3. 0 10
      codecov.ps1

+ 4 - 4
README.md

@@ -1,13 +1,13 @@
 [![Build Status](https://dev.azure.com/flabbet/PixiEditor/_apis/build/status/flabbet.PixiEditor?branchName=master)](https://dev.azure.com/flabbet/PixiEditor/_build/latest?definitionId=3&branchName=master)
 
 # PixiEditor
-Pixi is lightweighted pixel art creator.
+PixiEditor is lightweighted pixel art creator.
 
-![screenshot](https://raw.githubusercontent.com/flabbet/PixiEditor/master/screenshot.png)
+![screenshot](https://raw.githubusercontent.com/flabbet/PixiEditor/master/Screenshot.png)
 
-## Getting started with Pixi
+## Getting started with PixiEditor
 
-Follow these instructions to get Pixi working on your machine.
+Follow these instructions to get PixiEditor working on your machine.
 
 ### Software Requirements
 

BIN
Screenshot.png


+ 0 - 10
codecov.ps1

@@ -1,10 +0,0 @@
-param
-(
-  $token
-)
-$ver = (gci "$env:userprofile\.nuget\packages\codecov").Name
-$cmd = "$env:userprofile\.nuget\packages\codecov\$ver\tools\codecov.exe";
-$fName = ".\YourProjectName.Tests\coverage.opencover.xml";
-$arg1 = "-f ""$fName""";
-$arg2 = "-t $token";
-& $cmd $arg1 $arg2