.github/workflows/tests: disable codecov until further notice
The script hangs while pinging codecov for a url to upload the results to.
This commit is contained in:
parent
a87e3069a1
commit
37233b7b62
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -35,8 +35,10 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=$(go list ./... | grep -v rpmmd/test$ | tr "\n" ",") ./...
|
||||
|
||||
- name: Send coverage to codecov.io
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
# disabled as 'pinging codecov' hangs
|
||||
# see https://github.com/codecov/feedback/issues/354
|
||||
# - name: Send coverage to codecov.io
|
||||
# run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
db-tests:
|
||||
name: "🗄 DB tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue