-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes New Features Support for Additional Video and Image Extensions: Expanded support to include more video and image file formats, enhancing the versatility and compatibility of our software. Updates Test Updates: Updated tests.png to reflect the latest changes and improvements in the testing suite. Integrations Codecov Integration: Integrated Codecov for code coverage analysis to ensure higher code quality and maintainability.
- Loading branch information
Showing
8 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# This workflow will install Poetry, install Python dependencies, run tests a single version of Python | ||
|
||
name: CI | ||
|
||
on: | ||
|
@@ -11,7 +9,6 @@ on: | |
permissions: | ||
contents: read | ||
|
||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
@@ -46,8 +43,15 @@ jobs: | |
run: | | ||
poetry install | ||
- name: Run tests | ||
- name: Run tests with coverage | ||
env: | ||
DOCKER_HOST: tcp://localhost:2375 | ||
run: | | ||
poetry run pytest | ||
poetry run pytest --cov --cov-report=xml | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: ./coverage.xml | ||
fail_ci_if_error: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "PerfectFrameAI" | ||
version = "2.3.0" | ||
version = "2.3.1" | ||
description = "AI tool for finding the most aesthetic frames in a video. 🎞️➜🖼️" | ||
authors = ["Bartłomiej Flis <[email protected]>"] | ||
license = "GPL-3.0 license" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters