We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e049a commit f2ad84bCopy full SHA for f2ad84b
2 files changed
.github/workflows/code-coverage.yml
@@ -17,6 +17,9 @@ jobs:
17
- name: Install the project
18
run: uv sync --locked --all-extras --dev
19
20
+ - name: Build FracturedJson binaries
21
+ run: uv run src/build/build_binaries.py
22
+
23
- name: Generate coverage report
24
run: uv run pytest --cov=fractured_json --cov-report=xml
25
.github/workflows/run-all-tests.yml
@@ -27,5 +27,8 @@ jobs:
27
28
29
30
31
32
33
- name: Run tests
34
run: uv run pytest
0 commit comments