Skip to content

Commit 8634047

Browse files
authored
Create coverage.yml
1 parent 1f8eabd commit 8634047

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Tests
2+
on: [push, pull_request]
3+
env:
4+
CI: true
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Coveralls GitHub Action
11+
uses: coverallsapp/github-action@v2.3.0
12+
with:
13+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)