Re-enable codecov but use a GHA to submit the results
because the bash upload has been deprecated
This commit is contained in:
parent
c886d6c1f5
commit
966685607b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -35,10 +35,10 @@ jobs:
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=$(go list ./... | grep -v rpmmd/test$ | tr "\n" ",") ./...
|
run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=$(go list ./... | grep -v rpmmd/test$ | tr "\n" ",") ./...
|
||||||
|
|
||||||
# disabled as 'pinging codecov' hangs
|
- uses: codecov/codecov-action@v4
|
||||||
# see https://github.com/codecov/feedback/issues/354
|
with:
|
||||||
# - name: Send coverage to codecov.io
|
fail_ci_if_error: false
|
||||||
# run: bash <(curl -s https://codecov.io/bash)
|
verbose: true
|
||||||
|
|
||||||
db-tests:
|
db-tests:
|
||||||
name: "🗄 DB tests"
|
name: "🗄 DB tests"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue