File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 pip install -r docs/requirements.txt
6161 pip install -e .[test]
6262
63- # Run spec tests without coverage for non Python 3.10
64- - name : Run spec_test
65- env :
66- GITHUB_TOKEN : ${{ github.token }}
67- continue-on-error : true
68- run : |
69- python -m unittest discover spec_tests
70-
7163 # Run unittest without coverage
7264 - name : Test with unittest
7365 env :
Original file line number Diff line number Diff line change @@ -46,19 +46,11 @@ jobs:
4646 GITHUB_TOKEN : ${{ github.token }}
4747 run : |
4848 coverage run -m unittest discover tests
49-
50- # Run spec tests with coverage
51- - name : Run spec_test coverage
52- env :
53- GITHUB_TOKEN : ${{ github.token }}
54- run : |
55- coverage run --append -m unittest discover spec_tests
5649 coverage xml
5750
5851 # Upload coverage to qlty
5952 - name : Upload coverage to qlty
6053 uses : qltysh/qlty-action/coverage@v2
6154 with :
6255 files : coverage.xml
63- env :
64- QLTY_TOKEN : ${{ secrets.QLTY_COVERAGE_TOKEN }}
56+ oidc : true
You can’t perform that action at this time.
0 commit comments