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

kivy / python-for-android / 5048326742

pending completion
5048326742

push

github

GitHub
Merge pull request #2796 from misl6/release-2023.05.21

909 of 2275 branches covered (39.96%)

Branch coverage included in aggregate %.

27 of 39 new or added lines in 9 files covered. (69.23%)

5 existing lines in 2 files now uncovered.

4690 of 7432 relevant lines covered (63.11%)

2.5 hits per line

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

71.43
/pythonforandroid/recipes/av/__init__.py
1
from pythonforandroid.toolchain import Recipe
4✔
2
from pythonforandroid.recipe import CythonRecipe
4✔
3

4

5
class PyAVRecipe(CythonRecipe):
4✔
6

7
    name = "av"
4✔
8
    version = "10.0.0"
4✔
9
    url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"
4✔
10

11
    depends = ["python3", "cython", "ffmpeg", "av_codecs"]
4✔
12
    opt_depends = ["openssl"]
4✔
13

14
    def get_recipe_env(self, arch, with_flags_in_cc=True):
4✔
NEW
15
        env = super().get_recipe_env(arch)
×
16

NEW
17
        build_dir = Recipe.get_recipe("ffmpeg", self.ctx).get_build_dir(
×
18
            arch.arch
19
        )
NEW
20
        self.setup_extra_args = ["--ffmpeg-dir={}".format(build_dir)]
×
21

NEW
22
        return env
×
23

24

25
recipe = PyAVRecipe()
4✔
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

© 2025 Coveralls, Inc