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

FEniCS / ufl
77%

Build:
DEFAULT BRANCH: main
Repo Added 09 Sep 2019 04:02PM UTC
Files 108
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • chris/coveralls-token
  • chris/pydocstyle
  • chris/readme-updates
  • chris/update-pyproject-license
  • code-of-conduct
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/setup-python-6
  • dokken/diagonalise
  • dokken/fix-warnings
  • dokken/multiple_coordinate_elements
  • dokken/test-release
  • garth-wells-patch-1
  • garth/spack-ci-update
  • gh-readonly-queue/main/pr-264-dd46e978f319d05f91bc6e22b255375282120be1
  • gh-readonly-queue/main/pr-387-e45f4018a6187f87ca068f8318c3ff012f8e0344
  • gh-readonly-queue/main/pr-402-00d0a9ce91d8c9fc18d92fd38f640aa01aa79a99
  • gh-readonly-queue/main/pr-403-ed988abce06978cefd0b6a13862b61a1b386910a
  • gh-readonly-queue/main/pr-404-9824b20e00730bffa7025572a34f55a64b28a150
  • gh-readonly-queue/main/pr-408-29ba01b7da3904b20a293164a6687ca9e2174121
  • gh-readonly-queue/main/pr-409-7d74ff55da811a8f3ba6a184c9ba8603c592fad3
  • gh-readonly-queue/main/pr-410-4adcd7b33288d4144e74e75a21fff8fb62b8b0d7
  • gh-readonly-queue/main/pr-413-848435cf9ee6d186ef9fe3e50cd0f9c4fce387d5
  • gh-readonly-queue/main/pr-414-f355a44d00761cf98fb5560fa10b46baee4b15be
  • gh-readonly-queue/main/pr-416-c2e5a1cd00b14958c7d20bca33ddd824e7bc7666
  • gh-readonly-queue/main/pr-417-295669375a72c41a3f90199a156ecce3a3cf7bd9
  • gh-readonly-queue/main/pr-418-fe3cf5d9eafbba59ec0d45bde25006811ff6233e
  • gh-readonly-queue/main/pr-419-04dad8133af9777d7295ec58aa9a548a79f1853b
  • gh-readonly-queue/main/pr-420-4b39fd0dc9f26eabbf38f777c2dcf0abdaef5c21
  • gh-readonly-queue/main/pr-421-efbc75f5a2e11aafc1f4e6a3b87f1f6e5f83529e
  • gh-readonly-queue/main/pr-422-22a9cb650d2520e703653154a9f711160bb4141e
  • gh-readonly-queue/main/pr-423-334f20ec6924b975b57b9857b320e5fdb9dec3c4
  • gh-readonly-queue/main/pr-428-fe31a3fbdc07eba724ce90120e2d60298e652a94
  • gh-readonly-queue/main/pr-430-afc60351b31f5d33c18f5f06c5de5561d3a401e1
  • jorgensd-patch-1
  • master
  • michal/group-after-degree
  • michal/group-form-integrals-optional
  • patch-coveralls-badge
  • release
  • rm-as-native-str
  • schnellerhase/ci-badges
  • schnellerhase/drop-python-3.9
  • schnellerhase/ffcx-werror
  • schnellerhase/fix-documentation
  • schnellerhase/fix_169
  • schnellerhase/fix_386
  • schnellerhase/new-ruff
  • schnellerhase/python-3.14
  • schnellerhase/remove-type-system
  • simplify-ci
  • spdx
  • wence/fix/traversal-slow
  • wence/flake8-update

17 Oct 2025 07:05AM UTC coverage: 76.622%. Remained the same
18646071637

push

github

web-flow
Fix docstring typo (#430)

9131 of 11917 relevant lines covered (76.62%)

0.77 hits per line

Relevant lines Covered
Build:
Build:
11917 RELEVANT LINES 9131 COVERED LINES
0.77 HITS PER LINE
Source Files on main
  • Tree
  • List 108
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18646071637 main Fix docstring typo (#430) push 20 Oct 2025 08:04AM UTC web-flow github
76.62
18585269719 main Fix docstring typo (#430) push 17 Oct 2025 07:09AM UTC web-flow github
76.62
18532592347 main Switch to released Python 3.14 (#428) * Swtich from Python 3.14-dev to 3.14 * Remove 3.14 skip push 15 Oct 2025 02:38PM UTC web-flow github
76.62
18532527257 main Handle restrictions on MeshSequence (#264) * simplify Indexed(ComponentTensor(Indexed(ListTensor(...), ...), ...), ...) on construction Co-authored-by: Pablo Brubeck <brubeck@protonmail.com> * handle restrictions on MeshSequence * Suggestions ... push 15 Oct 2025 02:35PM UTC web-flow github
76.62
18459149082 main Expose `ufl.Label` (#423) * Expose `ufl.Label` Currently unreachable as it is within `ufl.variable`, which is overloaded by the `variable` function at import * Add test for label * Fix typo in docstring push 13 Oct 2025 08:04AM UTC web-flow github
75.96
18274123042 main Expose `ufl.Label` (#423) * Expose `ufl.Label` Currently unreachable as it is within `ufl.variable`, which is overloaded by the `variable` function at import * Add test for label * Fix typo in docstring push 06 Oct 2025 08:04AM UTC web-flow github
75.96
18166561761 main Expose `ufl.Label` (#423) * Expose `ufl.Label` Currently unreachable as it is within `ufl.variable`, which is overloaded by the `variable` function at import * Add test for label * Fix typo in docstring push 01 Oct 2025 03:06PM UTC web-flow github
75.96
18132654750 main Check `Interpolate` argument numbering (#422) * add checks * add test * fix test * tidy test * error message * lint lint push 30 Sep 2025 02:06PM UTC web-flow github
75.96
18090113044 main Extend `ufl.extract_blocks` to preserving the initial arguments of an element with sub-spaces (mixed-element) (#416) * Extend `ufl.extract_block` to be able to preserve the existing arguments of a mixed function space * Extend extract block to m... push 29 Sep 2025 08:04AM UTC web-flow github
75.95
17908724890 main Extend `ufl.extract_blocks` to preserving the initial arguments of an element with sub-spaces (mixed-element) (#416) * Extend `ufl.extract_block` to be able to preserve the existing arguments of a mixed function space * Extend extract block to m... push 22 Sep 2025 08:04AM UTC web-flow github
75.95
See All Builds (144)
  • 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