• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kivy / python-for-android / 25937191562

15 May 2026 07:28PM UTC coverage: 62.652% (-0.009%) from 62.661%
25937191562

Pull #3302

github

T-Dynamos
`pyav`: update to `17.0.0`
Pull Request #3302: `pyav`: update to `17.0.0`

1815 of 3170 branches covered (57.26%)

Branch coverage included in aggregate %.

5 of 8 new or added lines in 1 file covered. (62.5%)

1 existing line in 1 file now uncovered.

5343 of 8255 relevant lines covered (64.72%)

3.88 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/pythonforandroid/recipes/av/__init__.py
1
from pythonforandroid.toolchain import Recipe
6✔
2
from pythonforandroid.recipe import PyProjectRecipe
6✔
3

4

5
class PyAVRecipe(PyProjectRecipe):
6✔
6

7
    name = "av"
6✔
8
    version = "17.0.0"
6✔
9
    url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"
6✔
10
    depends = ["python3", "ffmpeg", "av_codecs", "openssl"]
6✔
11
    hostpython_prerequisites = ["cython>=3.1.0"]
6✔
12

13
    def get_recipe_env(self, arch, with_flags_in_cc=True):
6✔
14
        env = super().get_recipe_env(arch)
×
NEW
15
        build_dir = Recipe.get_recipe("ffmpeg", self.ctx).get_build_dir(arch.arch)
×
NEW
16
        env["CFLAGS"] += f" -I{build_dir}"
×
NEW
17
        self.extra_build_args += ["--config-setting=--ffmpeg-dir={}".format(build_dir)]
×
UNCOV
18
        return env
×
19

20

21
recipe = PyAVRecipe()
6✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc