Skip to content

Commit

Permalink
upd binance docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
1 parent 411bc22 commit 74044da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ upload:

tests: install
coverage run --rcfile=.coveragerc -m pytest -vv --showlocals --pastebin=all \
tests/test_binance.py && \
tests && \
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
coverage html --precision=3 --skip-empty -d src/coverage/html/ && \
coverage xml -o src/coverage/coverage.xml
Expand Down

0 comments on commit 74044da

Please sign in to comment.