Skip to content
Snippets Groups Projects
Commit 532611fd authored by René Schöne's avatar René Schöne
Browse files

Python syntax fix.

parent 210e6c29
No related branches found
No related tags found
1 merge request!1Fixing CI
Pipeline #2356 passed
import os
import untangle
print('Current path: * + os.path.abspath(os.curdir))
print('Current path: ' + os.path.abspath(os.curdir))
obj = untangle.parse('eraser-base/build/reports/jacoco/test/jacocoTestReport.xml')
instructions = [o for o in obj.report.counter if o['type'] == 'INSTRUCTION'][0]
missed, covered = int(instructions['missed']), int(instructions['covered'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment