Skip to content

Commit 73fdfd3

Browse files
committed
formatting
1 parent 34a8552 commit 73fdfd3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/actions.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v2
12+
- name: Checkout code
13+
uses: actions/checkout@v2
1414

15-
- name: Set up Python
16-
uses: actions/setup-python@v2
17-
with:
18-
python-version: '3.8'
15+
- name: Set up Python
16+
uses: actions/setup-python@v2
17+
with:
18+
python-version: "3.8"
1919

20-
- name: Install dependencies
21-
run: |
22-
python -m pip install --upgrade pip
23-
pip install pytest pytest-asyncio websockets
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install pytest pytest-asyncio websockets
2424
25-
- name: Run tests
26-
run: |
27-
pytest
25+
- name: Run tests
26+
run: |
27+
pytest --cov=papercast --cov-report=html tests/

0 commit comments

Comments
 (0)