Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.02 KiB
Newer Older
  • Learn to ignore specific revisions
  • pytest:
      stage: test
      script:
    
    fheinrich's avatar
    fheinrich committed
        - apt-get install -y python3-dev python3-pip graphviz graphviz-dev
    
        - pip install '.[test]'
    
        - pytest --cov --cov-report term-missing --cov-report xml:./coverage.xml --junitxml=./test.xml --cov-config=.coveragerc
    
      coverage: '/^TOTAL .+?(\d+%)$/'
    
          coverage_report:
            coverage_format: cobertura
    
        - apt-get install -y python3-dev python3-pip graphviz graphviz-dev
    
        - pdoc --output-dir public cooperative_cuisine !cooperative_cuisine.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google --favicon cooperative-cuisine/cooperative_cuisine/pygame_2d_vis/images/favicon.ico --footer-text "Developed@SCS"