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

QuantEcon / QuantEcon.py / 30519033396
91%

Build:
DEFAULT BRANCH: main
Ran 30 Jul 2026 06:20AM UTC
Jobs 1
Files 94
Run time 1min
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

30 Jul 2026 06:15AM UTC coverage: 90.546% (-3.2%) from 93.725%
30519033396

push

github

web-flow
CI: Measure Numba JIT coverage in a single dedicated job (#913)

Remove the five Numba decorator patterns (@jit, @njit, @overload,
@guvectorize) from .coveragerc exclude_lines. coverage.py excludes the
entire decorated function when a decorator line matches, so ~1,700
statements of jitted code were invisible to coverage. Also omit the
test tree (*/tests/*) so the headline figure measures library code
only.

Since numba 0.61 (fixed to respect coverage configuration in 0.62), the
compiler emits coverage for JIT functions at compile time when
NUMBA_JIT_COVERAGE=1. Because emission happens during lowering, functions
with cache=True loaded from a warm on-disk cache report nothing, so the
coverage job points NUMBA_CACHE_DIR at a throwaway directory to force
compilation.

Restructure ci.yml accordingly:

- The OS x Python matrix now runs plain pytest (the production
  configuration, no coverage overhead).
- A new single `coverage` job (ubuntu, Python 3.13) runs the suite once
  with NUMBA_JIT_COVERAGE=1 and uploads to Coveralls. With one producer,
  the old per-matrix Coveralls gate is obsolete.
- Pin numba>=0.62 in environment.yml; without the env var taking effect
  the reported total would silently drop by ~5 pp.

New baseline: 90.55% (5,638 source statements, 533 missed), 600 tests
passing.

Closes #871

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

5105 of 5638 relevant lines covered (90.55%)

0.91 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
97.75
-2.25% quantecon/game_theory/vertex_enumeration.py
2
91.43
-1.9% quantecon/_inequality.py
1
99.12
-0.88% quantecon/game_theory/lemke_howson.py
1
96.55
1.64% quantecon/game_theory/repeated_game.py
1
92.86
-7.14% quantecon/util/array.py
Jobs
ID Job ID Ran Files Coverage
1 30519033396.1 30 Jul 2026 06:20AM UTC 94
90.55
GitHub Action Run
Source Files on build 30519033396
  • Tree
  • List 94
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30519033396
  • 0c5b97a1 on github
  • Prev Build on main (#30519006402)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc