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 e0c2953 commit c279e49Copy full SHA for c279e49
.github/workflows/ci.yml
@@ -35,9 +35,7 @@ jobs:
35
pipenv run isort .
36
- name: Lint with Pylint
37
run: |
38
- pipenv run pylint msgraphcore --disable=W --rcfile=.pylintrc
39
- - name: Test with unittest
+ pipenv run pylint msgraph --disable=W --rcfile=.pylintrc
+ - name: Test with pytest
40
41
- pipenv run coverage run -m pytest tests/unit
42
- pipenv run coverage run -m pytest tests/integration
43
- pipenv run coverage html
+ pipenv run pytest
0 commit comments