-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: refactored by latest dependencies
- Loading branch information
1 parent
ebe58d8
commit 4c6bd41
Showing
51 changed files
with
2,627 additions
and
429 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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
paths-ignore: | ||
- '**.md' | ||
- '_config.yml' | ||
- '**.tweet' | ||
tags: "*" | ||
|
||
jobs: | ||
|
@@ -20,8 +21,10 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.10.0" | ||
python-version: "3.10.6" | ||
architecture: x64 | ||
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages | ||
cache: 'pipenv' | ||
|
||
- name: Install Dependencies with pipenv | ||
run: | | ||
|
@@ -33,7 +36,7 @@ jobs: | |
- run: pipenv run flake8 | ||
- run: pipenv run mypy | ||
- name: Python tests with pytest | ||
run: pipenv run pytest --cov --cov-fail-under=20 | ||
run: pipenv run pytest --cov --cov-fail-under=70 --capture=no --log-cli-level=INFO | ||
|
||
build-docker-image: | ||
runs-on: ubuntu-latest | ||
|
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
Oops, something went wrong.