Skip to content

Commit db22ea0

Browse files
Create coveralls.yml
1 parent 8ca9255 commit db22ea0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/coveralls.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: ["push", "pull_request"]
2+
3+
name: Test Coveralls
4+
5+
jobs:
6+
7+
build:
8+
name: Build
9+
runs-on: ubuntu-latest
10+
steps:
11+
12+
- name: Coveralls GitHub Action
13+
uses: coverallsapp/github-action@v1

0 commit comments

Comments
 (0)