Skip to content

Commit 4a5565b

Browse files
feat: add support for node coveralls reports
1 parent 9036e91 commit 4a5565b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/coveralls.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Coveralls
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
paths-ignore:
7+
- '**.md'
8+
pull_request:
9+
branches:
10+
- 'main'
11+
12+
permissions:
13+
contents: read
14+
15+
jobs:
16+
ci:
17+
uses:
18+
christiangalsterer/github-actions/.github/workflows/node_coveralls.yaml@main

0 commit comments

Comments
 (0)