[JIRA] (JENKINS-43310) Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically

2019-10-07 Thread rafaelfo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rafael Fonte commented on  JENKINS-43310  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically   
 

  
 
 
 
 

 
 Hi centic, actually I tried it with the groovy pattern (**/.groovy*) but it did not work. It shows results as though all source files under the directory I chose were excluded.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.180446.1491246747000.2640.1570463340867%40Atlassian.JIRA.


[JIRA] (JENKINS-43310) Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically

2019-10-06 Thread dominik.stad...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 centic commented on  JENKINS-43310  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically   
 

  
 
 
 
 

 
 In the current version *.java is the default, you need to adjust configuration to use a different pattern.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.180446.1491246747000.1869.1570384800615%40Atlassian.JIRA.


[JIRA] (JENKINS-43310) Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically

2019-10-04 Thread rafaelfo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rafael Fonte commented on  JENKINS-43310  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically   
 

  
 
 
 
 

 
 Is this meant to be fixed already? I'm with the latest version (3.0.4) and inclusions for groovy source code is not working.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.180446.1491246747000.1210.1570209720238%40Atlassian.JIRA.


[JIRA] (JENKINS-43310) Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically

2018-03-17 Thread dominik.stad...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 centic resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 As the update to the PR never materialized, I have pushed the current version where *.java is used as default and people can enter a different pattern for source files if necessary. Will be included in the next release of the plugin.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-43310  
 
 
  Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically   
 

  
 
 
 
 

 
Change By: 
 centic  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Goo

[JIRA] (JENKINS-43310) Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically

2018-03-17 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-43310  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only java source files are processed, groovy, scala, gosu, etc. don't show coverage graphically   
 

  
 
 
 
 

 
 Code changed in jenkins User: spudmux Path: src/main/java/hudson/plugins/jacoco/JacocoPublisher.java src/main/java/hudson/plugins/jacoco/JacocoReportDir.java src/main/resources/hudson/plugins/jacoco/JacocoPublisher/config.jelly src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java http://jenkins-ci.org/commit/jacoco-plugin/9a26630717968c2dbe132fb7fafea77b7963cda4 Log: JENKINS-43310 add source file inclusions and exclusions (#85)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.