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

kivy / python-for-android
59%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: feature/increase_test_coverage
DEFAULT BRANCH: develop
Repo Added 03 Jun 2019 10:27AM UTC
Files 192
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v2023.09.16
branch: v2023.09.16
CHANGE BRANCH
x
Reset
  • v2023.09.16
  • Fix_KiwiSolver
  • Pillow_post_get_bbox
  • Websocket_0_4_0_to_1_0_1
  • add-mcp
  • add-stl-kivy300
  • add_per_arch_dists
  • android-fix
  • bump_recipes_version_av
  • cffi-fix
  • cppy_cluster
  • dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
  • develop
  • develop-merge-master-2
  • feat/add-readthedocs-file
  • feature/auto_release_pypi
  • feature/bump_sh_dep
  • feature/ci_emulator_runtime_tests
  • feature/dockerhub_push
  • feature/drop_libmysqlclient_recipe
  • feature/entry_point_from_getextra
  • feature/fix_atom
  • feature/fix_custom_build_on_macos
  • feature/fix_documentation_build
  • feature/fix_gevent
  • feature/fix_greenlet_recipe
  • feature/fix_kiwisolver_macos
  • feature/fix_sh_log_too_verbose
  • feature/greenlet_recipe
  • feature/increase_test_coverage
  • feature/increase_test_coverage_entrypoint_bdistapk
  • feature/migrate_upload_artifact
  • feature/reduce_sh_verbosity
  • fix-broadcastReciever
  • fix-libcurl
  • fix_1827
  • hotfixc
  • httpx-recipe
  • inclement-fix-readme
  • inclement-patch-1
  • kivy2.3.1
  • kivy_update
  • kivyfiletype
  • less-output-during-boot
  • lottie_background
  • lottie_splashscreen
  • master
  • matplotlib
  • minor-fix
  • more_cutout_tools
  • no-ast-str
  • no-distutils
  • numpy-update
  • opencb
  • panda3d
  • patch-1
  • patch-2
  • patch-4
  • patch-6
  • patchelf_fix
  • pillow
  • primp
  • py_compile
  • pycrypt_fix
  • pydantic_fix
  • pyjnius-cython
  • pyjnius-fix
  • pynacl-recipe
  • python-update
  • release-2019.06.06
  • release-2019.07.08
  • release-2019.08.09
  • release-2019.10.06
  • release-2020.03.30
  • release-2020.04.01
  • release-2020.04.29
  • release-2020.06.02
  • release-2022.09.04
  • release-2022.12.20
  • release-2024.01.21
  • scipy_update
  • sdl2_image_fix
  • sdl2ttf2220
  • sdl3
  • sdl3-recipe
  • sdlsurface-patch
  • skia_tests
  • sympy-recipe
  • update_pyjnius
  • v2019.10.06
  • v2020.03.30
  • v2020.04.29
  • v2020.06.02
  • v2022.03.13
  • v2022.07.20
  • v2022.09.04
  • v2022.12.20
  • v2023.01.28
  • v2023.02.10
  • v2023.05.21

17 Sep 2023 06:49PM UTC coverage: 59.095% (+1.4%) from 57.68%
6215290912

push

github

web-flow
Merge pull request #2891 from misl6/release-2023.09.16

* Update `cffi` recipe for Python 3.10 (#2800)

* Update __init__.py

version bump to 1.15.1

* Update disable-pkg-config.patch

adjust patch for 1.15.1

* Use build rather than pep517 for building (#2784)

pep517 has been renamed to pyproject-hooks, and as a consequence all of
the deprecated functionality has been removed. build now provides the
functionality required, and since we are only interested in the
metadata, we can leverage a helper function for that. I've also removed
all of the subprocess machinery for calling the wrapping function, since
it appears to not be as noisy as pep517.

* Bump actions/setup-python and actions/checkout versions, as old ones are deprecated (#2827)

* Removes `mysqldb` recipe as does not support Python 3 (#2828)

* Removes `Babel` recipe as it's not needed anymore. (#2826)

* Remove dateutil recipe, as it's not needed anymore (#2829)

* Optimize CI runs, by avoiding unnecessary rebuilds (#2833)

* Remove `pytz` recipe, as it's not needed anymore (#2830)

* `freetype` recipe: Changed the url to use https as http doesn't work (#2846)

* Fix `vlc` recipe build (#2841)

* Correct sys_platform (#2852)

On Window, sys.platform = "win32".

I think "nt" is a reference to os.name.

* Fix code string - quickstart.rst

* Bump `kivy` version to `2.2.1` (#2855)

* Use a pinned version of `Cython` for now, as most of the recipes are incompatible with `Cython==3.x.x` (#2862)

* Automatically generate required pre-requisites (#2858)

`get_required_prerequisites()` maintains a list of Prerequisites required by each platform.

But that same information is already stored in each Prerequisite class.

Rather than rather than maintaining two lists which might become inconsistent, auto-generate one.

* Use `platform.uname` instead of `os.uname` (#2857)

Advantages:

- Works cross platform, not just Unix.
- Is a namedtuple, ... (continued)

944 of 2241 branches covered (0.0%)

Branch coverage included in aggregate %.

174 of 272 new or added lines in 32 files covered. (63.97%)

9 existing lines in 5 files now uncovered.

4725 of 7352 relevant lines covered (64.27%)

2.56 hits per line

Relevant lines Covered
Build:
Build:
7352 RELEVANT LINES 4725 COVERED LINES
2.56 HITS PER LINE
Source Files on v2023.09.16
  • Tree
  • List 174
  • Changed 171
  • Source Changed 171
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6215290912 v2023.09.16 Merge pull request #2891 from misl6/release-2023.09.16 * Update `cffi` recipe for Python 3.10 (#2800) * Update __init__.py version bump to 1.15.1 * Update disable-pkg-config.patch adjust patch for 1.15.1 * Use build rather than pep... push 17 Sep 2023 07:06PM UTC web-flow github
59.1
See All Builds (2099)
  • Repo on GitHub
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