Skip to content
Snippets Groups Projects
Select Git revision
  • 9b6e6a00fe18cea6c38ea8895034fa572b7b47a4
  • main default protected
  • trajectory_generation
  • rosification
  • refactoring
  • pp
  • mpc
  • realtimelogplotter
  • alv
  • gitlab_ci_podman
  • restructuring
  • viz_fix
12 results

path_in_pixels.csv

Blame
  • codeception.yml 373 B
    actor: Tester
    paths:
        tests: tests
        log: tests/_output
        data: tests/_data
        support: tests/_support
        envs: tests/_envs
        bootstrap: _bootstrap.php
    settings:
        colors: true
        memory_limit: 1024M
    extensions:
        enabled:
            - Codeception\Extension\RunFailed
    coverage:
        enabled: true
        include:
            - app/*
        exclude:
            - app/cache/*