Commit ebb1c7e
authored
fix(ci): remove broken coverage-badge step (#106)
* fix(ci): add Codecov token and branch coverage to test workflow
- Add token: ${{ secrets.CODECOV_TOKEN }} to codecov-action step
- Add --cov-branch to pytest for branch coverage reporting
* chore: add coverage artifacts to gitignore and Codecov badge to README
- Add .coverage, coverage.xml, coverage-badge.svg to .gitignore
- Add Codecov coverage badge to README badge row
* fix(ci): remove broken coverage-badge step, use Codecov badge instead
coverage-badge depends on pkg_resources which was removed from
setuptools>=71. Codecov already provides a hosted badge so this
step is redundant.1 parent 0cb6854 commit ebb1c7e
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
| |||
0 commit comments