Commit 4c99b92
authored
π ci: publish coverage badge and docs badge (#18)
* π ci: publish coverage badge and docs badge
* π ci: publish coverage badge and docs badge
* π docs: add commit signing badge to README
* π ci: fix Python here-document syntax in coverage extraction
- Replace here-document with python3 -c for better shell compatibility
- Fix 'unexpected EOF' and 'delimiter not found' errors in GitHub Actions
- Maintain same functionality with more reliable syntax
* π ci: switch from coverage to test success rate badge
- Replace coverage-based badge with test success rate calculation
- Use passed/total test ratio for more reliable metrics
- Update README badge label from 'Coverage' to 'Tests'
- Maintain same gist file and color thresholds (95%+ green, 80%+ yellow, <80% red)1 parent 5b08ad6 commit 4c99b92
2 files changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
126 | 151 | | |
127 | 152 | | |
128 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
0 commit comments