Skip to content

Commit

Permalink
Merge branch 'main' into use-gzip-compression-on-metrics-and-traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Oct 10, 2024
2 parents 7768380 + c82306b commit 7073c25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ test:
generate-stubs:
uv run stubgen -p logfire --include-docstrings --no-analysis
rsync -a out/logfire/ logfire-api/logfire_api/
rm -rf out
# || true so that we ignore the test failure on the first pass, it should report as skipped on the second
uv run pytest ./tests/test_logfire_api.py::test_override_init_pyi || true
uv run pytest ./tests/test_logfire_api.py::test_override_init_pyi

.PHONY: testcov # Run tests and generate a coverage report
testcov: test
Expand Down

0 comments on commit 7073c25

Please sign in to comment.