Skip to content

Commit c745952

Browse files
authored
Changed: Add benchmark precision to codecov.yml
1 parent b415ad0 commit c745952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate coverage report and benchmark report
3030
run: |
3131
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
32+
pytest --cov=./ --cov-report=xml --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json output.json --benchmark-calibration-precision 3
3333
- name: Convert coverage report
3434
uses: irongut/CodeCoverageSummary@v1.3.0
3535
with:

0 commit comments

Comments
 (0)