mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-11 05:06:50 +00:00
remove failing step
This commit is contained in:
parent
cc4d8ef5ba
commit
0a26d339f4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -14,8 +14,6 @@ jobs:
|
|||
go-version: '1.17'
|
||||
- name: Run coverage
|
||||
run: go test -race -coverprofile=coverage.out -covermode=atomic
|
||||
- name: Upload coverage to Codecov
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
|
|
|
|||
Loading…
Reference in a new issue