mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +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:
|
||||
go-version: '1.17'
|
||||
- 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
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
|
|
|
|||
Loading…
Reference in a new issue