forked from SignalR/SignalR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Chutzpah to latest version and turned off debug flag.
- Before we needed to turn on the debug flag so that team city would pick us up. Now Chutzpah natively supports teamcity and outputs the correct information. - This should also make finding what tests are failing easier. SignalR#1551
- Loading branch information
1 parent
8b237d7
commit eaed4b5
Showing
22 changed files
with
7,747 additions
and
2,903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
|
||
<html> | ||
<head> | ||
<title>Chutzpah Code Coverage Results</title> | ||
<script type='text/javascript'> | ||
|
||
function chutzpah_toggleSource(id) { | ||
var element = document.getElementById(id); | ||
if(element.style.display === 'block') { | ||
element.style.display = 'none'; | ||
} else { | ||
element.style.display = 'block'; | ||
} | ||
} | ||
|
||
</script> | ||
<style> | ||
|
||
#chutzpah-main | ||
{ | ||
background:#EEE; | ||
clear:both; | ||
color:#333; | ||
font-family:'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif; | ||
font-size:17px; | ||
margin:2px; | ||
} | ||
|
||
#chutzpah-main a | ||
{ | ||
color:#333; | ||
text-decoration:none; | ||
} | ||
|
||
#chutzpah-main a:hover | ||
{ | ||
text-decoration:underline; | ||
} | ||
|
||
.chutzpah | ||
{ | ||
border-bottom:1px solid #FFF; | ||
clear:both; | ||
margin:0; | ||
padding:5px; | ||
} | ||
|
||
.chutzpah-error | ||
{ | ||
color:red; | ||
} | ||
|
||
.chutzpah-success | ||
{ | ||
color:#5E7D00; | ||
} | ||
|
||
.chutzpah-file | ||
{ | ||
width:auto; | ||
} | ||
|
||
.chutzpah-cl | ||
{ | ||
float:left; | ||
} | ||
|
||
.chutzpah div.rs | ||
{ | ||
float:right; | ||
margin-left:50px; | ||
width:150px; | ||
} | ||
|
||
.chutzpah-nb | ||
{ | ||
padding-right:10px; | ||
} | ||
|
||
#chutzpah-main a.chutzpah-logo | ||
{ | ||
color:#3245FF; | ||
cursor:pointer; | ||
font-weight:700; | ||
text-decoration:none; | ||
} | ||
|
||
.chutzpah-source | ||
{ | ||
background-color:#FFF; | ||
border:1px solid #CBCBCB; | ||
color:#363636; | ||
margin:25px 20px; | ||
overflow-x:scroll; | ||
width:80%; | ||
} | ||
|
||
.chutzpah-source div | ||
{ | ||
white-space:nowrap; | ||
} | ||
|
||
.chutzpah-source span | ||
{ | ||
background-color:#EAEAEA; | ||
color:#949494; | ||
display:inline-block; | ||
padding:0 10px; | ||
text-align:center; | ||
} | ||
|
||
.chutzpah-source .miss | ||
{ | ||
background-color:#e6c3c7; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<div id='chutzpah-main'> | ||
<div class='chutzpah chutzpah-title'> | ||
<div class='chutzpah-cl chutzpah-file'> | ||
<a href='http://chutzpah.codeplex.com/' target='_blank' class='chutzpah-logo'>Chutzpah</a> code coverage via <a href='http://blanketjs.org' target='_blank' class='chutzpah-logo'>blanket.js</a> results | ||
</div> | ||
<div class='chutzpah-cl rs'> | ||
Coverage (%) | ||
</div> | ||
<div class='chutzpah-cl rs'> | ||
Covered/Total Smts. | ||
</div> | ||
<div style='clear:both;'> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
53 changes: 0 additions & 53 deletions
53
tests/Microsoft.AspNet.SignalR.Client.JS.Tests/Build/teamCityIntegration.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.