Skip to content

Commit

Permalink
Fix build fail
Browse files Browse the repository at this point in the history
Add dummy folder and change names to make build work
  • Loading branch information
MarcelRosier committed Sep 30, 2024
1 parent fe6d6b0 commit 4749394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# TODO adapt package_name to the name of your package
- name: Test with pytest
run: |
pytest --cov brats
pytest --cov package_name
# Add the following block to upload coverage to Codecov, requires a CODECOV_TOKEN secret to be set in the repository
# - name: Upload results to Codecov
# # Only upload to Codecov after a merge to the main branch
Expand Down
Empty file added package_name/.gitignore
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry_dynamic_versioning.backend"
enable = true

[tool.poetry]
name = "TODO"
name = "package_name"
version = "0.0.0"
description = ""
authors = ["Florian Kofler <florian.kofler@tum.de>"]
Expand Down

0 comments on commit 4749394

Please sign in to comment.