File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Run tests
32
32
run : |
33
- python -m pytest -v tests/tests.py
33
+ python -m pytest -v tests/
Original file line number Diff line number Diff line change 32
32
- name : Run tests and collect coverage
33
33
run : |
34
34
pip install pytest-cov
35
- python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/tests .py
35
+ python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/test_rutificador .py
36
36
37
37
- name : Upload coverage to Coveralls
38
38
uses : coverallsapp/github-action@v2
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ pytest = "^7.2.1"
37
37
38
38
[tool .pytest .ini_options ]
39
39
testpaths = [" tests" ]
40
+ pythonpath = [" rutificador" ]
40
41
addopts = " --import-mode=importlib"
41
42
42
43
[build-system ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments