1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

create coverralls action

This commit is contained in:
Nebel 2021-03-26 11:13:49 +09:00
parent 2305d0a241
commit bcb7fcefc6

9
.github/workflows/coveralls.yml vendored Normal file
View 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 }}" }