Commit 36edc465 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Increase verbosity level of `pytest`

parent e2bbe79a
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest --cov=lm_eval/ tests/ pytest -vv --cov=lm_eval/ tests/
- name: Upload to codecov - name: Upload to codecov
run: | run: |
bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment