Skip to content

Commit

Permalink
fix: certifi bump and minor changes (#349)
Browse files Browse the repository at this point in the history
* chore: remove coverage

* chore: removed unused code

* fix: update certifi

* chore: remove future

* chore: remove poetry-dynamic-versioning

* test: increase pytest versions accepted
  • Loading branch information
artemrys authored Feb 27, 2023
1 parent 0554305 commit 739c015
Show file tree
Hide file tree
Showing 6 changed files with 405 additions and 565 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ jobs:
- name: Test with pytest
run: |
poetry install
poetry run coverage run --source=./pytest_splunk_addon_ui_smartx -m pytest -v tests/unit
poetry run coverage json
- name: Archive test coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report-unit-tests
path: coverage.json
poetry run pytest -v tests/unit
build:
name: build
Expand All @@ -113,10 +107,8 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Build Package
id: uccgen
run: |
poetry install
poetry run poetry-dynamic-versioning
poetry build
- name: artifact-splunk-unpacked
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 739c015

Please sign in to comment.