File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 - name : Lint with Flake8
3131 run : |
3232 poetry run flake8
33- - name : Test with pytest
34- run : |
35- poetry run coverage run -m --source=src pytest tests
36- poetry run coverage xml
37- - name : Report coverage using codecov
38- if : github.event_name == 'push' && matrix.python-version == 3.8
39- uses : codecov/codecov-action@v3.1.4
40- with :
41- file : ./coverage.xml # optional
42- flags : unittests # optional
33+ # - name: Test with pytest
34+ # run: |
35+ # poetry run coverage run -m --source=src pytest tests
36+ # poetry run coverage xml
37+ # - name: Report coverage using codecov
38+ # if: github.event_name == 'push' && matrix.python-version == 3.10
39+ # uses: codecov/codecov-action@v3.1.4
40+ # with:
41+ # file: ./coverage.xml # optional
42+ # flags: unittests # optional
You can’t perform that action at this time.
0 commit comments