Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ tmp
tmp/*
.trae
output/*
temp
temp/
*.bak
api.log
dist
build
src/wordformat/data/model/*.onnx
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ lint:
## tests: Run lint then tests
tests: lint
@echo "Running tests..."
@pytest tests/ --cov=wordformat --cov-report=term-missing --cov-fail-under=85
@pytest tests/ --cov=wordformat --cov-report=term-missing --cov-fail-under=87

## export-requirements: Export requirements files from pyproject.toml
export-requirements:
Expand Down
330 changes: 0 additions & 330 deletions configs/undergrad_thesis.yaml

This file was deleted.

Loading
Loading