Skip to content

Settings

msporna edited this page Jan 7, 2019 · 1 revision

Changing settings in Lava Test Coverage is done via direct database modification (except for project name and build coverage goal)

  1. open your favourite sqlite manager (I use awesome http://sqlitebrowser.org/)
  2. open instrument.db located in the 'server' folder of Lava
  3. view 'config' table
  4. values that can be updated:
    • server_host
    • port
    • project_name (can also be updated via UI)
    • default_min_coverage_percent (can also be updated via UI)
    • BUFFER_TIME_BEFORE_CLOSING_SESSION_SECONDS - when ending test session, it's checked if this buffer amount of time passed since last stat receive. If not, session cannot be ended yet. Default is 10 seconds, adjust to your needs.