Skip to content

Commit

Permalink
🆙Added development package
Browse files Browse the repository at this point in the history
  • Loading branch information
7rikazhexde committed Feb 25, 2024
1 parent 7abc580 commit 4c7a340
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 2 deletions.
159 changes: 158 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "video-grid-merge"
version = "0.2.20"
version = "0.2.21"
description = "This project allows you to use FFmpeg to arrange video files stored in a specified folder in an NxN grid layout and generate the output."
authors = ["7rikaz_h785 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -31,6 +31,8 @@ pytest-cov = "^4.1.0"
pytest-mock = "^3.10.0"
pre-commit = "^3.3.2"
ruff = "^0.0.275"
pytest-xdist = "^3.5.0"
pytest-html = "^4.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

1 comment on commit 4c7a340

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py00100% 
__main__.py1460100% 
delete_files.py130100% 
rename_files.py100100% 
TOTAL1690100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
26 1 💤 0 ❌ 0 🔥 1.775s ⏱️

Please sign in to comment.