Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for situation (0.04 sec)

  1. .github/workflows/test.yml

            env:
                COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
                CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
            with:
              mode: simulation
              run: coverage run -m pytest tests/ --codspeed
          # Do not store coverage for all possible combinations to avoid file size max errors in Smokeshow
          - name: Store coverage files
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 08:53:59 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 👷 Adopt Ruff format. PR [#10517](https://github.com/tiangolo/fastapi/pull/10517) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Add `CITATION.cff` file for academic citations. PR [#10496](https://github.com/tiangolo/fastapi/pull/10496) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top