Skip to content

Commit df7c1d2

Browse files
lalmeiandyndang
authored andcommitted
remove coverage push
1 parent 70a8cf5 commit df7c1d2

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
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
@@ -42,12 +42,4 @@ jobs:
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-
uses: paambaati/[email protected]
50-
env:
51-
CC_TEST_REPORTER_ID: 5f97bd2b70f7b44c97f3c88d2ecc7b5b25594c1eeacfe16cb6c5edd91e1527bd
52-
53-
45+
run: make test-all

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test-all: build-proto ## run tests on every Python version with tox
5959

6060
coverage: ## check code coverage quickly with the default Python
6161
pytest --cov='src/.' tests/
62-
python -m coverage html
62+
python -m coverage report
6363

6464
docs: build-proto ## generate Sphinx HTML documentation, including API docs
6565
rm -f docs/whylogs.rst

0 commit comments

Comments
 (0)