Skip to content

Commit

Permalink
Tools for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 6, 2017
1 parent 763a40e commit 61b99e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
/dist/AnyCPU
3 changes: 3 additions & 0 deletions test/Deveel.Math.XUnit/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="coveralls.io" version="1.3.4" targetFramework="net35" />
<package id="OpenCover" version="4.6.519" targetFramework="net35" />
<package id="xunit" version="1.9.2" targetFramework="net35" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net35" />
<package id="xunit.runner.console" version="2.2.0" targetFramework="net35" developmentDependency="true" />
</packages>

0 comments on commit 61b99e1

Please sign in to comment.