Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa9c275

Browse filesBrowse files
committed
Testing something
1 parent 388b590 commit fa9c275
Copy full SHA for fa9c275

1 file changed

+2-3Lines changed: 2 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/build.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- name: Install Dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest mock coverage
27+
pip install pytest mock codecov
2828
python setup.py install
2929
- name: Run Tests
3030
run: |
31-
python -m pytest -v
32-
coverage run setup.py test
31+
coverage run -m pytest -v
3332
- name: Upload to codecov.io
3433
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.