File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,14 @@ jobs:
4343 - name : Install Dependencies
4444 run : |
4545 python -m pip install --upgrade pip
46- pip install build
4746 pip install pylint
48- pip install -r requirements .txt
47+ pip install -r requirements_test .txt
4948 - name : Test API
5049 run : |
5150 pylint prismacloud/api
52- - name : Build
51+ - name : Tests with coverage
5352 run : |
54- python -m build
53+ coverage run -m unittest discover -v -s "./tests" -p "test*.py"
5554 - name : Publish
5655 uses : pypa/gh-action-pypi-publish@release/v1
5756 with :
Original file line number Diff line number Diff line change 1- version = "5.2.24 "
1+ version = "5.3.0 "
Original file line number Diff line number Diff line change 11coverage==7.6.10
22responses==0.25.3
3+ update_checker
You can’t perform that action at this time.
0 commit comments