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

kivy / python-for-android / 26681571906

30 May 2026 10:31AM UTC coverage: 62.67% (-1.2%) from 63.887%
26681571906

Pull #3278

github

web-flow
Merge 117fe4eef into 74b559a3c
Pull Request #3278: Handling system bars and Edge-to-Edge enforcement (android 15+)

1832 of 3194 branches covered (57.36%)

Branch coverage included in aggregate %.

5407 of 8357 relevant lines covered (64.7%)

3.88 hits per line

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

68.75
/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
    patches = ["libs.patch"]
6✔
11
    depends = ["python3", "ffmpeg", "av_codecs", "openssl"]
6✔
12
    hostpython_prerequisites = ["cython>=3.1.0"]
6✔
13

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

21

22
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