Skip to content

Commit

Permalink
Merge pull request #1 from zytedata/setup-codecov
Browse files Browse the repository at this point in the history
setup codecov
  • Loading branch information
wRAR authored Oct 26, 2023
2 parents ad00571 + a2831cd commit 37f9cbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
comment:
layout: "header, diff, tree"

coverage:
status:
project: false
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ zyte-spider-templates
:target: https://github.com/zytedata/zyte-spider-templates/actions/workflows/test.yml
:alt: Automated tests

.. image:: https://codecov.io/github/zytedata/zyte-spider-templates/coverage.svg?branch=main
:target: https://codecov.io/gh/zytedata/zyte-spider-templates
:alt: Coverage report


Spider templates for automatic crawlers.

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ deps =
commands =
py.test \
--cov-report=html:coverage-html \
--cov-report=html \
--cov-report=xml \
--cov=zyte_spider_templates \
--reactor=asyncio \
Expand Down

0 comments on commit 37f9cbe

Please sign in to comment.