Skip to content

Commit 3f13a55

Browse files
authored
node 20 and skip instead of fail on no pr actions (#295)
1 parent c3aef10 commit 3f13a55

File tree

7 files changed

+246
-189
lines changed

7 files changed

+246
-189
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Get Cover
26-
uses: orgoro/coverage@v3.1
26+
uses: orgoro/coverage@v3.2
2727
with:
2828
coverageFile: path/to/coverage.xml
2929
token: ${{ secrets.GITHUB_TOKEN }}
@@ -43,3 +43,4 @@ jobs:
4343
| `thresholdModified` | ✅ | the minimal average modified files line coverage | 0.0 |
4444
| `passIcon` | ✅ | the indicator to use for files that passed | 🟢 |
4545
| `failIcon` | ✅ | the indicator to use for files that failed | 🔴 |
46+
| `sourceDir` | ✅ | the indicator to use for files that failed | ./path/to/src |

dist/index.js

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)