mirror of
				https://github.com/Jonathan-Adly/AgentRun.git
				synced 2024-06-02 16:24:31 +03:00 
			
		
		
		
	more code coverage
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -30,12 +30,6 @@ jobs: | ||||
|       run: | | ||||
|         pytest --cov=agentrun/ | ||||
|          | ||||
|     - name: Upload coverage reports to Codecov | ||||
|       uses: codecov/codecov-action@v4.0.1 | ||||
|       with: | ||||
|         token: ${{ secrets.CODECOV_TOKEN }} | ||||
|         slug: Jonathan-Adly/AgentRun | ||||
|          | ||||
|   deploy: | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: [test] | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -26,4 +26,10 @@ jobs: | ||||
|       run: | | ||||
|         pytest --cov=agentrun/ | ||||
|          | ||||
|     - name: Upload coverage reports to Codecov | ||||
|       uses: codecov/codecov-action@v4.0.1 | ||||
|       with: | ||||
|         token: ${{ secrets.CODECOV_TOKEN }} | ||||
|         slug: Jonathan-Adly/AgentRun | ||||
|      | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| [project] | ||||
| name = "agentrun" | ||||
| version = "v0.2.1" | ||||
| version = "v0.2.2" | ||||
| description = "The easiest way to run AI or user generated python code safely in a docker container" | ||||
| readme = "README.md" | ||||
| requires-python = ">=3.10" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan Adly
					Jonathan Adly