diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 294374ea..9757ef76 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -59,7 +59,7 @@ jobs: #MP_API_ENDPOINT: https://api-preview.materialsproject.org/ run: | pip install -e . - pytest -x --cov=mp_api --cov-report=xml + pytest -x -s --cov=mp_api --cov-report=xml - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}