We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b415ad0 commit c745952Copy full SHA for c745952
.github/workflows/codecov.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Generate coverage report and benchmark report
30
run: |
31
python -m pip install pytest pytest-cov pytest-benchmark[histogram]
32
- pytest --cov=./ --cov-report=xml --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json output.json
+ pytest --cov=./ --cov-report=xml --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json output.json --benchmark-calibration-precision 3
33
- name: Convert coverage report
34
uses: irongut/CodeCoverageSummary@v1.3.0
35
with:
0 commit comments