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
@@ -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
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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