Skip to content

Commit

Permalink
node 20 and skip instead of fail on no pr actions (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgoro authored Jul 11, 2024
1 parent c3aef10 commit 3f13a55
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 189 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Cover
uses: orgoro/coverage@v3.1
uses: orgoro/coverage@v3.2
with:
coverageFile: path/to/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,3 +43,4 @@ jobs:
| `thresholdModified` | ✅ | the minimal average modified files line coverage | 0.0 |
| `passIcon` | ✅ | the indicator to use for files that passed | 🟢 |
| `failIcon` | ✅ | the indicator to use for files that failed | 🔴 |
| `sourceDir` | ✅ | the indicator to use for files that failed | ./path/to/src |
16 changes: 10 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3f13a55

Please sign in to comment.