Skip to content

Commit

Permalink
Pyproject improvements (#29)
Browse files Browse the repository at this point in the history
* chore: Move tests outside of main package

* fix: Use correct package name for coverage

* chore: Add additional project urls
  • Loading branch information
georgkrause authored Jan 23, 2024
1 parent 8f3be52 commit 0d2f1f3
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install
run: pip install .[tests]
- name: Run tests
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=pylistenbrainz --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=liblistenbrainz --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ docs = [

[project.urls]
Homepage = "https://github.com/metabrainz/liblistenbrainz"
Issues = "https://github.com/metabrainz/liblistenbrainz/issues"
Documentation = "https://liblistenbrainz.readthedocs.io"
Releases = "https://github.com/metabrainz/liblistenbrainz/releases"

[build-system]
requires = ["setuptools>=64.0", "setuptools_scm>=8"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0d2f1f3

Please sign in to comment.