Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] authored and seanh committed Oct 8, 2024
1 parent 05e8ce8 commit 65b5ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Upload coverage file
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-python${{ matrix.python-version}}
path: .coverage.*
include-hidden-files: true
Coverage:
Expand All @@ -141,7 +141,8 @@ jobs:
- name: Download coverage files
uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage-python*
merge-multiple: true
- run: python -m pip install 'tox<4'
- run: tox -e coverage
Functests:
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,3 @@ module= [
"tests.*",
]
ignore_errors = true


[tool.hdev]
project_name = "test-pyramid-app"
project_type = "application"

0 comments on commit 65b5ef0

Please sign in to comment.