File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 max-parallel : 6
1717 matrix :
18- python-version : [3.6, 3.7, 3.8]
19- os : [ubuntu-18.04 , macOS-latest]
18+ python-version : [ 3.6, 3.7,3.8]
19+ os : [ubuntu-latest , macOS-latest]
2020
2121 steps :
2222 - uses : actions/checkout@v2
4242 python -m pip install --upgrade pip
4343 pip install tox tox-gh-actions pytest pytest-cov coverage
4444 - name : Test with tox
45- run : make test-all
46-
47- - name : Test & publish code coverage
48- if : runner.os == 'ubuntu-latest' && ${{ matrix.python-version }} == 3.8
49- 50- env :
51- CC_TEST_REPORTER_ID : 5f97bd2b70f7b44c97f3c88d2ecc7b5b25594c1eeacfe16cb6c5edd91e1527bd
52-
53-
45+ run : make test-all
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ test-all: build-proto ## run tests on every Python version with tox
5959
6060coverage : # # check code coverage quickly with the default Python
6161 pytest --cov=' src/.' tests/
62- python -m coverage html
62+ python -m coverage report
6363
6464docs : build-proto # # generate Sphinx HTML documentation, including API docs
6565 rm -f docs/whylogs.rst
You can’t perform that action at this time.
0 commit comments