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

kivy / python-for-android / 13800956807

12 Mar 2025 12:29AM UTC coverage: 59.211% (+0.02%) from 59.193%
13800956807

Pull #3124

github

web-flow
Merge 85d9d23b1 into ceed0494e
Pull Request #3124: Reinstate cppy recipe and update 3 related recipes.

1050 of 2363 branches covered (44.44%)

Branch coverage included in aggregate %.

16 of 21 new or added lines in 4 files covered. (76.19%)

1 existing line in 1 file now uncovered.

4912 of 7706 relevant lines covered (63.74%)

2.54 hits per line

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

75.0
/pythonforandroid/recipes/cppy/__init__.py
1
from pythonforandroid.recipe import PyProjectRecipe
4✔
2

3

4
class CppyRecipe(PyProjectRecipe):
4✔
5
    site_packages_name = 'cppy'
4✔
6
    version = '1.3.1'
4✔
7
    url = 'https://github.com/nucleic/cppy/archive/refs/tags/{version}.zip'
4✔
8
    call_hostpython_via_targetpython = False
4✔
9
    depends = ['setuptools']
4✔
10

11
    def get_recipe_env(self, arch, **kwargs):
4✔
NEW
12
        env = super().get_recipe_env(arch, **kwargs)
×
NEW
13
        env["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CPPY"] = self.version
×
NEW
14
        return env
×
15

16

17
recipe = CppyRecipe()
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

© 2026 Coveralls, Inc