Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2eeae30 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

chore: Fix regexp

parent d3bf8b60
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ test:
  script:
    - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl"
    - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml
  coverage: '/Total.*?([0-9]{1,3})%/'
  coverage: '/Total.*?([0-9]{1,3}(?:\\.[0-9]+)?)%/'
  artifacts:
    when: always
    paths: