mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-22 21:00:51 +01:00
Update codecov_testonly.yml
This commit is contained in:
parent
27b95c19bc
commit
2cd451a84d
1 changed files with 0 additions and 6 deletions
6
.github/workflows/codecov_testonly.yml
vendored
6
.github/workflows/codecov_testonly.yml
vendored
|
@ -30,9 +30,3 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic .
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: success() && matrix.go == 1.18 && matrix.os == 'ubuntu-latest'
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
|
|
Loading…
Reference in a new issue