Skip to content

Commit e7d4e34

Browse files
committed
Add coverage badge token
1 parent c4598a9 commit e7d4e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Unit tests
4343
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
4444
secrets:
45-
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org'}}
45+
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org' }}
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4747
with:
4848
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<img src="https://img.shields.io/pypi/dm/crawlee" alt="PyPI - Downloads" style="max-width: 100%;">
2222
</a>
2323
<a href="https://codecov.io/gh/apify/crawlee-python" >
24-
<img src="https://codecov.io/gh/apify/crawlee-python/graph/badge.svg?token=TODO" alt="Code cov report" style="max-width: 100%;"/>
24+
<img src="https://codecov.io/gh/apify/crawlee-python/graph/badge.svg?token=cCju61iPQG" alt="Code cov report" style="max-width: 100%;"/>
2525
</a>
2626
<a href="https://pypi.org/project/crawlee/" rel="nofollow">
2727
<img src="https://img.shields.io/pypi/pyversions/crawlee" alt="PyPI - Python Version" style="max-width: 100%;">

0 commit comments

Comments
 (0)