mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Remove coveralls branch
This commit is contained in:
		
							parent
							
								
									ae2384d0d3
								
							
						
					
					
						commit
						ddcca089d9
					
				
							
								
								
									
										9
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -28,14 +28,6 @@ jobs:
 | 
			
		|||
      COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
 | 
			
		||||
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Get branch name (merge)
 | 
			
		||||
        if: github.event_name != 'pull_request'
 | 
			
		||||
        shell: bash
 | 
			
		||||
        run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
 | 
			
		||||
      - name: Get branch name (pull request)
 | 
			
		||||
        if: github.event_name == 'pull_request'
 | 
			
		||||
        shell: bash
 | 
			
		||||
        run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF} | tr / -)" >> $GITHUB_ENV
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/setup-python@v2
 | 
			
		||||
        with:
 | 
			
		||||
| 
						 | 
				
			
			@ -45,7 +37,6 @@ jobs:
 | 
			
		|||
      - run: tox
 | 
			
		||||
        env:
 | 
			
		||||
          TOXENV: coveralls
 | 
			
		||||
          COVERALLS_GIT_BRANCH: ${{ env.BRANCH_NAME }}
 | 
			
		||||
 | 
			
		||||
  linters:
 | 
			
		||||
    name: Run linters
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user