diff --git a/README.md b/README.md index e942940..51760a4 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For additional options, see the [Schemathesis CLI reference](https://schemathesi ## Coverage reports -Schema coverage is powered by [tracecov](https://docs.tracecov.sh) and enabled by default. Each run generates: +Schema coverage is powered by [tracecov](https://tracecov.sh) and enabled by default. Each run generates: - A summary in the Actions step summary - An HTML report uploaded as a workflow artifact (default name: `schema-coverage-report`) - A PR comment with the coverage summary (pull requests only) diff --git a/action.yml b/action.yml index 13b4b4c..fdea08c 100644 --- a/action.yml +++ b/action.yml @@ -85,7 +85,7 @@ runs: fi if [[ "$COVERAGE" == "true" ]]; then - uv tool install "$BASE_SPEC" --with "tracecov>=0.16.6" + uv tool install "$BASE_SPEC" --with "tracecov>=0.21.0" else uv tool install "$BASE_SPEC" fi diff --git a/apps/python/requirements.txt b/apps/python/requirements.txt index 3377bcc..a16995b 100644 --- a/apps/python/requirements.txt +++ b/apps/python/requirements.txt @@ -15,9 +15,9 @@ markupsafe==3.0.2 # flask # jinja2 # werkzeug -tracecov==0.16.6 +tracecov==0.21.0 # via -r requirements.in -tracecov-community==0.16.6 +tracecov-community==0.21.0 # via tracecov werkzeug==3.1.3 # via flask