Skip to content

Commit 65f4fd2

Browse files
committed
[ci skip] 0.1.7 preparations, codecov, removing shell scripts.
1 parent f1bdbf3 commit 65f4fd2

File tree

12 files changed

+11
-176
lines changed

12 files changed

+11
-176
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
comment:
2+
require_changes: true
3+
layout: "diff, files"

.github/workflows/analysis-coverage.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
py_src:
2424
- 'pillow_heif/*.py'
2525
- 'libheif/*.py'
26+
- 'setup.py'
27+
- 'tests/*.py'
2628
2729
build-analysis:
2830
needs: [changes]
@@ -31,18 +33,15 @@ jobs:
3133
name: Analysis & Coverage
3234
steps:
3335
- uses: actions/checkout@v2
34-
35-
- name: pylint installation
36+
- name: Prepare for source install
3637
run: |
37-
python3 -m pip install --upgrade pip
38-
python3 -m pip install -r requirements.txt
39-
python3 -m pip install -r requirements_dev.txt
40-
python3 -m pip install install pylint
38+
sudo -H python3 -m pip install --upgrade pip
39+
sudo -H python3 -m pip install -r requirements.txt
40+
sudo -H python3 -m pip install -r requirements_dev.txt
41+
sudo -H python3 -m pip install install pylint
4142
4243
- name: Install from source
43-
run: sudo -H pip3 -v install .
44-
env:
45-
GITHUB_BUILD: true
44+
run: sudo -H python3 -m pip -v install .
4645

4746
- name: Pylint Analysis
4847
run: pylint --rcfile .pylintrc pillow_heif

MANIFEST.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ include requirements_dev.txt
66
include pyproject.toml
77

88
graft tests
9-
10-
exclude .pylintrc
11-
exclude .pre-commit-config.yaml
12-
13-
prune build_scripts

build_scripts/linux/aom.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

build_scripts/linux/libde265.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

build_scripts/linux/libffi.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

build_scripts/linux/libheif.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

build_scripts/linux/nasm.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

build_scripts/linux/pkg-config.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)