Skip to content

Commit

Permalink
fixed cobertura exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaurel committed Jan 27, 2010
1 parent da94672 commit 980d361
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
Binary file modified cobertura.ser
Binary file not shown.
12 changes: 12 additions & 0 deletions grails-app/conf/BuildConfig.groovy
@@ -0,0 +1,12 @@

//cobertura exclusions
coverage {
exclusions = [
'**/org/grails/**',
'**/*TagLib*/**',
'**/*gsp_seekin*',
'**/*GrailsUI*/**',
'**/*Navigation*/**',
'**/*Config*/**',
"**/*Tests*"]
}
10 changes: 0 additions & 10 deletions grails-app/conf/Config.groovy
Expand Up @@ -74,16 +74,6 @@ log4j = {
warn 'org.mortbay.log'
}

//cobertura exclusions
coverage {
exclusions = [
'**/org/grails/plugins/**',
'**/org/grails/tomcat/**',
'**/org/grails/grailsui/**',
'**/*TagLib*/**',
'**/*gsp_seekin*',
"**/*Tests*"]
}


//log4j.logger.org.springframework.security='off,stdout'
2 changes: 1 addition & 1 deletion web-app/css/box.css
@@ -1,5 +1,5 @@
/*
* last updated at 02:42:06
* last updated at 18:44:37
*/
.rnd_header_box, .header_box{
background-image:url(../images/skin/body_bg.png);
Expand Down
2 changes: 1 addition & 1 deletion web-app/css/layout.css
@@ -1,5 +1,5 @@
/*
* last updated at 02:42:07
* last updated at 18:44:37
*/
html *{
margin:0;
Expand Down

0 comments on commit 980d361

Please sign in to comment.