Skip to content

Commit c4f871d

Browse files
committed
Fixed path to tests and code coverage results
1 parent fac0c15 commit c4f871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
env:
1313
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1414
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
15-
- TEST_RESULTS_PATH=./Mastercard.Developer.ClientEncryption.Tests/bin
15+
- TEST_RESULTS_PATH=./Mastercard.Developer.ClientEncryption.Tests/NetCore/bin
1616
solution: Mastercard.Developer.ClientEncryption.sln
1717
install:
1818
- dotnet restore

0 commit comments

Comments
 (0)