We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5365f98 commit dbe8a12Copy full SHA for dbe8a12
.github/workflows/config.yml
@@ -34,9 +34,11 @@ jobs:
34
python -m pip install coverage
35
python -m pip install hypothesis==3.2
36
python -m pip install mypy
37
- - name: Run tests and coverage
+ - name: Run tests
38
run: |
39
coverage run --source=axelrod -m unittest discover
40
+ - name: Report coverage
41
+ run: |
42
coverage report -m --fail-under=100
43
- name: Run doctest
44
0 commit comments