Skip to content

Commit

Permalink
Merge pull request #18 from M-Yankov/coverage-settings
Browse files Browse the repository at this point in the history
Fix dll reference for code coverage. #15
  • Loading branch information
M-Yankov committed May 25, 2020
2 parents 6b0e7ea + 7846d1f commit ec38d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeCoverage.runsettings
Expand Up @@ -9,7 +9,7 @@

<ModulePaths>
<Include>
<ModulePath>.*SWapi-CSharpTests.dll</ModulePath>
<ModulePath>.*SWapiCSharp.dll</ModulePath>
</Include>
</ModulePaths>

Expand Down

0 comments on commit ec38d9e

Please sign in to comment.