more code coverage

This commit is contained in:
Jonathan Adly
2024-04-16 22:42:20 -04:00
parent 9961e16c05
commit fd8fb36312
3 changed files with 7 additions and 7 deletions

View File

@@ -29,12 +29,6 @@ jobs:
- name: Run tests
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

View File

@@ -25,5 +25,11 @@ jobs:
- name: Run tests
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

View File

@@ -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"