Skip to content

Commit

Permalink
more hints towards toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelx234 committed Jan 8, 2025
1 parent 071b81c commit a528262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
tox --installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
-- -rFEx --durations 10 --color yes # pytest args
- name: Generate coverage report
run: pipx run coverage lcov -o coverage.lcov
run: pipx run coverage[toml] lcov -o coverage.lcov
- name: Upload partial coverage report
uses: coverallsapp/github-action@master
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ notebooks/SpeedComparison-Copy1.ipynb
notebooks/Untitled.ipynb
src/microagg1d/cost.py
src/microagg1d/datasets.py
coverage.lcov

0 comments on commit a528262

Please sign in to comment.