Changes between Version 99 and Version 100 of CI


Ignore:
Timestamp:
Sep 23, 2026, 2:19:19 AM (13 hours ago)
Author:
Jacob Walls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v99 v100  
    2323== GitHub actions ==
    2424
    25 Some other builders run on all pull requests via GitHub actions:
     25Some other builders run via GitHub actions, either on all pull requests by default or triggered by a label:
    2626* `Linters` - runs `black`, `flake8`, `isort`, `zizmor`, and `biome`
    2727* `docs` - runs `make lint`, `make black`, and `make spelling` from the `docs/` directory and fails if there are any formatting, spelling, or sphinx errors.
     
    3131* `Benchmark` - Runs the [https://github.com/django/django-asv django-asv] benchmarks for any PR with the `benchmark` label applied. (The Benchmarks take some time, and will run on each subsequent push, but can be disabled by removing the label until you're ready to run them again.)
    3232* `Geodjango Tests` - Runs PostGIS tests using more recent versions of geospatial libraries such as `GEOS` for any PR with the `geodjango` label applied.
     33* `Coverage` - Runs the Postgres tests with coverage tracing enabled to generate a coverage report
     34* `Oracle Tests` - Runs in a [https://github.com/django-sandbox/django mirror] against additional Oracle database versions using [https://testpilot.oracle.com/ords/r/testpilot/testpilot/landing Oracle Test Pilot]
    3335
    3436== Troubleshooting ==
Back to Top