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

kivy / python-for-android / 28996728331

09 Jul 2026 05:39AM UTC coverage: 62.673% (+0.003%) from 62.67%
28996728331

Pull #3354

github

T-Dynamos
recipes: new `watchfiles` recipe
Pull Request #3354: recipes: new `watchfiles` recipe

1832 of 3194 branches covered (57.36%)

Branch coverage included in aggregate %.

6 of 9 new or added lines in 1 file covered. (66.67%)

5413 of 8366 relevant lines covered (64.7%)

3.88 hits per line

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

66.67
/pythonforandroid/recipes/watchfiles/__init__.py
1
from pythonforandroid.recipe import RustCompiledComponentsRecipe
6✔
2

3

4
class WatchfilesRecipe(RustCompiledComponentsRecipe):
6✔
5
    version = "1.1.1"
6✔
6
    url = (
6✔
7
        "https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v{version}.tar.gz"
8
    )
9

10
    def get_recipe_env(self, arch, **kwargs):
6✔
NEW
11
        env = super().get_recipe_env(arch, **kwargs)
×
NEW
12
        env["ANDROID_API_LEVEL"] = str(self.ctx.ndk_api)
×
NEW
13
        return env
×
14

15

16
recipe = WatchfilesRecipe()
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