File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424# Coverage reports
2525.coverage *
2626htmlcov
27+ coverage.xml
2728
2829# IDE, editors
2930.vscode
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ unit-tests:
2929 uv run pytest --numprocesses=auto -vv --cov=src/apify tests/unit
3030
3131unit-tests-cov :
32- uv run pytest --numprocesses=auto -vv --cov=src/apify --cov-report=html tests/unit
32+ uv run pytest --numprocesses=auto -vv --cov=src/apify --cov-report=html --cov-report=xml tests/unit
3333
3434integration-tests :
3535 uv run pytest --numprocesses=$(INTEGRATION_TESTS_CONCURRENCY ) -vv tests/integration
Original file line number Diff line number Diff line change 77 <a href="https://pypi.org/project/apify/" rel="nofollow">
88 <img src="https://img.shields.io/pypi/dm/apify" alt="PyPI - Downloads" style="max-width: 100%;">
99 </a>
10- <a href="https://pypi.org/project /apify/" rel="nofollow" >
11- <img src="https://img.shields. io/pypi/pyversions /apify" alt="PyPI - Python Version" style="max-width: 100%;" >
10+ <a href="https://codecov.io/github /apify/apify-sdk-python" >
11+ <img src="https://codecov. io/github/apify /apify-sdk-python/branch/master/graph/badge.svg?token=TODO " alt="Code cov report"/ >
1212 </a>
1313 <a href="https://discord.gg/jyEM2PRvMU" rel="nofollow">
1414 <img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" style="max-width: 100%;">
1515 </a>
16+ <a href="https://pypi.org/project/apify/" rel="nofollow">
17+ <img src="https://img.shields.io/pypi/pyversions/apify" alt="PyPI - Python Version" style="max-width: 100%;">
18+ </a>
1619</p >
1720
1821The Apify SDK for Python is the official library to create [ Apify Actors] ( https://docs.apify.com/platform/actors )
You can’t perform that action at this time.
0 commit comments