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

create codecov action

This commit is contained in:
Nebel 2021-03-26 11:06:52 +09:00
parent 83fad3e750
commit ad7d811a60

8
.github/workflows/codecov.yml vendored Normal file
View 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