File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,22 @@ jobs:
4444 run : |
4545 pdm run mypy garminconnect --ignore-missing-imports
4646
47- - name : Test with pytest
48- env :
49- GARMINTOKENS : ${{ secrets.GARMINTOKENS }}
50- run : |
51- # Use existing VCR cassettes for CI to avoid network calls
52- pdm run pytest tests/ -v --tb=short --vcr-record=none
53- continue-on-error : false
54-
55- - name : Upload coverage reports
56- if : matrix.python-version == '3.11'
57- env :
58- GARMINTOKENS : ${{ secrets.GARMINTOKENS }}
59- run : |
60- pdm run coverage run -m pytest -v --tb=short --vcr-record=none
61- pdm run coverage xml
62- continue-on-error : true
47+ # - name: Test with pytest
48+ # env:
49+ # GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
50+ # run: |
51+ # # Use existing VCR cassettes for CI to avoid network calls
52+ # pdm run pytest tests/ -v --tb=short --vcr-record=none
53+ # continue-on-error: false
54+
55+ # - name: Upload coverage reports
56+ # if: matrix.python-version == '3.11'
57+ # env:
58+ # GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
59+ # run: |
60+ # pdm run coverage run -m pytest -v --tb=short --vcr-record=none
61+ # pdm run coverage xml
62+ # continue-on-error: true
6363
6464 - name : Upload coverage artifact
6565 if : matrix.python-version == '3.11'
You can’t perform that action at this time.
0 commit comments