Skip to content

Commit a617222

Browse files
committed
exclude test files from coverage and exclude generated antlr files
1 parent 5704f67 commit a617222

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.parser.antlr/postprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* OTHER DEALINGS IN THE SOFTWARE.
7171
*/
7272
// Checkstyle: stop
73+
// JaCoCo Exclude
7374
//@formatter:off
7475
{0}
7576
"""

mx.graalpython/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
"truffle:TRUFFLE_TCK",
205205
"mx:JUNIT"
206206
],
207+
"jacoco": "exclude",
207208
"checkstyle": "com.oracle.graal.python",
208209
"javaCompliance": "8+",
209210
"annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],

0 commit comments

Comments
 (0)