File tree 2 files changed +4
-5
lines changed
unicorn_binance_websocket_api
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,14 @@ jobs:
68
68
uses : codecov/codecov-action@v3
69
69
with :
70
70
token : ${{ secrets.CODECOV_TOKEN }}
71
- # token: ${{ secrets.CODECOV_TOKEN }}
71
+ flags : unittests
72
+ name : codecov-umbrella
73
+ verbose : true
72
74
# directory: ./coverage/reports/
73
75
# env_vars: OS,PYTHON
74
76
# fail_ci_if_error: true
75
77
# files: ./coverage.xml
76
- flags : unittests
77
- name : codecov-umbrella
78
78
# path_to_write_report: ./coverage/codecov_report.txt
79
- verbose : true
80
79
81
80
test_python_3_9 :
82
81
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 61
61
from typing_extensions import Literal
62
62
63
63
__app_name__ : str = "unicorn-binance-websocket-api"
64
- __version__ : str = "2.7.0"
64
+ __version__ : str = "2.7.0.dev "
65
65
66
66
logger = logging .getLogger ("unicorn_binance_websocket_api" )
67
67
You can’t perform that action at this time.
0 commit comments