Skip to content

Commit

Permalink
Merge pull request #31 from guibranco/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
guibranco committed Apr 7, 2020
2 parents 8568636 + 16f1775 commit 8626b19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions Build/logback.xml

This file was deleted.

3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_build:
- cmd: nuget restore
- cmd: choco install opencover.portable
- cmd: choco install codecov
- cmd: curl -L https://github.com/codacy/codacy-coverage-reporter/releases/download/7.6.5/codacy-coverage-reporter-assembly-7.6.5.jar > ./codacy-test-reporter.jar
- cmd: curl -L https://github.com/codacy/codacy-coverage-reporter/releases/download/7.7.0/codacy-coverage-reporter-assembly-7.7.0.jar > ./codacy-test-reporter.jar
- cmd: dotnet tool install --global dotnet-sonarscanner

build:
Expand All @@ -56,7 +56,6 @@ build_script:
- codecov -f "%CD%\Tests\%SOLUTION_NAME%.Tests\coverage.opencover.xml"
- java
-jar
-Dlogback.configurationFile="%CD%\Build\logback.xml"
./codacy-test-reporter.jar report
-l CSharp
-t %CODACY_PROJECT_TOKEN%
Expand Down

0 comments on commit 8626b19

Please sign in to comment.