mirror of
https://github.com/rjNemo/underscore
synced 2026-06-12 13:36:40 +00:00
chore: change files
This commit is contained in:
parent
6ebf1e98db
commit
6395049991
2 changed files with 5 additions and 5 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Unit Tests
|
name: Tests
|
||||||
on: [ push, pull_request ]
|
on: [ push, pull_request ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -28,6 +28,6 @@ jobs:
|
||||||
uses: codecov/codecov-action@v2.1.0
|
uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
token: 7106da3d-7479-471f-ae37-e3680b62063d
|
token: 7106da3d-7479-471f-ae37-e3680b62063d
|
||||||
files: ./lib/coverage.txt
|
files: ./coverage.txt
|
||||||
flags: unittests
|
flags: unittests
|
||||||
name: codecov-umbrella
|
name: codecov-umbrella
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
[](https://github.com/rjNemo/underscore/actions)
|
||||||
|
[](https://codecov.io/gh/rjNemo/underscore?flag=unittests&style=for-the-badge)
|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[](https://github.com/rjNemo/underscore/actions)
|
|
||||||
[](https://codecov.io/gh/rjNemo/underscore)
|
|
||||||
|
|
||||||
`underscore` is a `Go` library providing useful functional programming helpers without extending any built-in objects.
|
`underscore` is a `Go` library providing useful functional programming helpers without extending any built-in objects.
|
||||||
|
|
||||||
It is mostly a port from the `underscore.js` library based on generics brought by `go1.18`.
|
It is mostly a port from the `underscore.js` library based on generics brought by `go1.18`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue