Skip to content

Commit dbe8a12

Browse files
committed
Report coverage separately.
This just makes reading the output from github Actions slightly more modular.
1 parent 5365f98 commit dbe8a12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
python -m pip install coverage
3535
python -m pip install hypothesis==3.2
3636
python -m pip install mypy
37-
- name: Run tests and coverage
37+
- name: Run tests
3838
run: |
3939
coverage run --source=axelrod -m unittest discover
40+
- name: Report coverage
41+
run: |
4042
coverage report -m --fail-under=100
4143
- name: Run doctest
4244
run: |

0 commit comments

Comments
 (0)