Skip to content

Commit 739c015

Browse files
authored
fix: certifi bump and minor changes (#349)
* chore: remove coverage * chore: removed unused code * fix: update certifi * chore: remove future * chore: remove poetry-dynamic-versioning * test: increase pytest versions accepted
1 parent 0554305 commit 739c015

File tree

6 files changed

+405
-565
lines changed

6 files changed

+405
-565
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,7 @@ jobs:
8585
- name: Test with pytest
8686
run: |
8787
poetry install
88-
poetry run coverage run --source=./pytest_splunk_addon_ui_smartx -m pytest -v tests/unit
89-
poetry run coverage json
90-
- name: Archive test coverage results
91-
uses: actions/upload-artifact@v3
92-
with:
93-
name: code-coverage-report-unit-tests
94-
path: coverage.json
88+
poetry run pytest -v tests/unit
9589
9690
build:
9791
name: build
@@ -113,10 +107,8 @@ jobs:
113107
run: |
114108
curl -sSL https://install.python-poetry.org | python3 -
115109
- name: Build Package
116-
id: uccgen
117110
run: |
118111
poetry install
119-
poetry run poetry-dynamic-versioning
120112
poetry build
121113
- name: artifact-splunk-unpacked
122114
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)