mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
create codecov action
This commit is contained in:
parent
83fad3e750
commit
ad7d811a60
1 changed files with 8 additions and 0 deletions
8
.github/workflows/codecov.yml
vendored
Normal file
8
.github/workflows/codecov.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name: codecov
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: codecov/codecov-action@v1
|
Loading…
Add table
Reference in a new issue