Skip to content

Commit

Permalink
Merge pull request #242 from AndreiDrang/master
Browse files Browse the repository at this point in the history
Upd docs
  • Loading branch information
AndreiDrang authored Apr 29, 2024
2 parents 81f9b03 + f9421a1 commit 01e4cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ upload:

tests: install
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all \
tests/test_tencent.py --disable-warnings && \
tests/ --disable-warnings && \
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
coverage html --precision=3 --skip-empty -d coverage/html/ && \
coverage xml -o coverage/coverage.xml
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/bl
modules/coordinates/example.rst
modules/mt-captcha/example.rst
modules/friendly-captcha/example.rst
modules/tencent/example.rst
modules/atb-captcha/example.rst
modules/control/example.rst

.. toctree::
Expand Down

0 comments on commit 01e4cd9

Please sign in to comment.