mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 02:24:24 +00:00 
			
		
		
		
	Include codestyle reports for master branch
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
		
							parent
							
								
									dc820756cf
								
							
						
					
					
						commit
						594ac576b9
					
				@ -11,11 +11,12 @@ tests-sid:
 | 
			
		||||
  image: debian:sid
 | 
			
		||||
  script:
 | 
			
		||||
    - apt-get update
 | 
			
		||||
    - apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
 | 
			
		||||
    - apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
 | 
			
		||||
    - ci/gitlab-ci-runner --with-coverage
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
     - coverage
 | 
			
		||||
     - codestyle
 | 
			
		||||
 | 
			
		||||
docs:
 | 
			
		||||
  stage: test
 | 
			
		||||
@ -39,6 +40,7 @@ pages:
 | 
			
		||||
    - mkdir public
 | 
			
		||||
    - mv docs public/docs
 | 
			
		||||
    - mv coverage public/coverage
 | 
			
		||||
    - mv codestyle public/codestyle
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - public
 | 
			
		||||
 | 
			
		||||
@ -21,6 +21,8 @@ if [ $err = 0 ] && [ "x$1" = "x--with-coverage" ]; then
 | 
			
		||||
    python3-coverage report -m
 | 
			
		||||
    echo
 | 
			
		||||
    python3-coverage html -d coverage
 | 
			
		||||
    mkdir codestyle
 | 
			
		||||
    pycodestyle --config=setup.cfg britney.py  britney2  --show-source --count > codestyle/codestyle.txt
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
exit $err
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user