mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
create coverralls action
This commit is contained in:
parent
2305d0a241
commit
bcb7fcefc6
1 changed files with 9 additions and 0 deletions
9
.github/workflows/coveralls.yml
vendored
Normal file
9
.github/workflows/coveralls.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: coveralls
|
||||||
|
on: workflow_dispatch
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: coverallsapp/github-action@v1
|
||||||
|
with: { github-token: "${{ secrets.github_token }}" }
|
Loading…
Add table
Reference in a new issue