Skip to content

Commit

Permalink
final attempt, #5
Browse files Browse the repository at this point in the history
  • Loading branch information
SirJosh3917 committed May 2, 2019
1 parent 386a92b commit 64c6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_script:
{
dotnet test tests\StringDB.Tests\ /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
packages\Codecov.1.0.3\tools\codecov.exe -f "src\StringDB.Tests\coverage.opencover.xml"
packages\Codecov.1.0.3\tools\codecov.exe -f "tests\StringDB.Tests\coverage.opencover.xml"
}
artifacts:
Expand Down

0 comments on commit 64c6567

Please sign in to comment.