Skip to content

Commit

Permalink
other coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 7, 2022
1 parent d87f86b commit a925891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Expand Up @@ -806,6 +806,10 @@
</executions>
<configuration>
<excludes>
<!-- Other uncovered classes (not interesting) -->
<exclude>**/*Activator*.class</exclude>
<exclude>**/*Nature*.class</exclude>
<exclude>**/runtime/*.class</exclude>
<!-- EMF generated Java classes -->
<exclude>**/dsl/model/**/*.class</exclude>
<!-- Antlr generated Java classes -->
Expand Down

0 comments on commit a925891

Please sign in to comment.