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.
2 parents fc80874 + 4bafe86 commit 201d654Copy full SHA for 201d654
.github/workflows/unit.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install tox tox-gh-actions coveragepy-lcov
+ pip install tox tox-gh-actions coverage
26
- name: Install frontend
27
28
pushd swift_browser_ui_frontend
@@ -31,7 +31,7 @@ jobs:
31
- name: Run unit tests
32
33
tox -e pytest
34
- coveragepy-lcov --output_file_path lcov.info
+ coverage lcov -o lcov.info
35
- name: Send coverage to coveralls
36
uses: coverallsapp/github-action@master
37
with:
0 commit comments