Browse Source

👷 Add CodSpeed to CI

pull/14558/head
Sebastián Ramírez 7 months ago
parent
commit
fdfa8a6e4f
  1. 5
      .github/workflows/test.yml

5
.github/workflows/test.yml

@ -119,6 +119,11 @@ jobs:
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/coverage/.coverage.*') }}
path: coverage
include-hidden-files: true
- name: CodSpeed benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: pytest tests/ --codspeed
coverage-combine:
needs: [test]

Loading…
Cancel
Save