Passed
Push — master ( bc1242...f803eb )
by Marcin
02:33
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
    dependency_paths:		
        - 'rna_tools/tools/clarna_play/*'
        - 'rna_tools/tools/mini_moderna3/*'
        - 'rna_tools/tools/webserver-engine/*'
        
build:
    environment:
        python: 3.7.4


build:
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
build:
    environment:
        python: 3.7.4
    nodes:
       analysis:
         tests:
          override:
            - py-scrutinizer-run