File tree Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Original file line number Diff line number Diff line change 1- name : Test | Integration Test
1+ name : Test | Pytest and Integration Test
22
33on :
44 workflow_dispatch :
6969 throw "MT5 failed to start"
7070 }
7171
72- # - name: Install MetaTrader5 Python package
73- # run: pip install MetaTrader5
74-
75- # - name: Run MT5 Test
76- # env:
77- # MT5_LOGIN: ${{ secrets.MT5_LOGIN }}
78- # MT5_PASSWORD: ${{ secrets.MT5_PASSWORD }}
79- # MT5_SERVER: "MetaQuotes-Demo"
80- # MT5_PATH: "C:\\Program Files\\MetaTrader 5\\terminal64.exe"
81- # run: |
82- # python tests/integration/test_mt5_connection.py
83-
8472 - name : Install dependencies
8573 run : |
8674 python -m pip install --upgrade pip
9482 MT5_SERVER : " MetaQuotes-Demo"
9583 MT5_PATH : " C:\\ Program Files\\ MetaTrader 5\\ terminal64.exe"
9684 run : |
97- pytest -k . --cov=mqpy --cov-append --cov-report=term-missing:skip-covered -- junitxml=pytest.xml -x | tee pytest-coverage.txt
85+ pytest -k . --cov=mqpy --cov-append --junitxml=pytest.xml -x | tee pytest-coverage.txt
9886
9987 - name : Generate coverage summary
10088 shell : pwsh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments