mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-12 13:46:49 +00:00
test all folders
This commit is contained in:
parent
971cfc2712
commit
3056e4ef62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.17'
|
go-version: '1.17'
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: go test -race -coverprofile=coverage.out -covermode=atomic && cat ./coverage.out
|
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue