mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
ci: remove automatic Codecov reporting from test workflow (#10780)
This removes automatic Codecov reporting from VictoriaMetrics CI. This change keeps local coverage generation available, but removes automatic PR noise (such as [this](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10625#issuecomment-4084390659)) and unnecessary CI overhead.
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -66,8 +66,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
scenario:
|
scenario:
|
||||||
- 'test-full'
|
- 'test'
|
||||||
- 'test-full-386'
|
- 'test-386'
|
||||||
- 'test-pure'
|
- 'test-pure'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -88,11 +88,6 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make ${{ matrix.scenario}}
|
run: make ${{ matrix.scenario}}
|
||||||
|
|
||||||
- name: Publish coverage
|
|
||||||
uses: codecov/codecov-action@v6
|
|
||||||
with:
|
|
||||||
files: ./coverage.txt
|
|
||||||
|
|
||||||
apptest:
|
apptest:
|
||||||
name: apptest
|
name: apptest
|
||||||
runs-on: apptest
|
runs-on: apptest
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -457,6 +457,9 @@ test:
|
|||||||
test-race:
|
test-race:
|
||||||
go test -tags 'synctest' -race ./lib/... ./app/...
|
go test -tags 'synctest' -race ./lib/... ./app/...
|
||||||
|
|
||||||
|
test-386:
|
||||||
|
GOARCH=386 go test -tags 'synctest' ./lib/... ./app/...
|
||||||
|
|
||||||
test-pure:
|
test-pure:
|
||||||
CGO_ENABLED=0 go test -tags 'synctest' ./lib/... ./app/...
|
CGO_ENABLED=0 go test -tags 'synctest' ./lib/... ./app/...
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
[](https://hub.docker.com/u/victoriametrics)
|
[](https://hub.docker.com/u/victoriametrics)
|
||||||
[](https://goreportcard.com/report/github.com/VictoriaMetrics/VictoriaMetrics)
|
[](https://goreportcard.com/report/github.com/VictoriaMetrics/VictoriaMetrics)
|
||||||
[](https://github.com/VictoriaMetrics/VictoriaMetrics/actions/workflows/build.yml)
|
[](https://github.com/VictoriaMetrics/VictoriaMetrics/actions/workflows/build.yml)
|
||||||
[](https://app.codecov.io/gh/VictoriaMetrics/VictoriaMetrics)
|
|
||||||
[](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/LICENSE)
|
[](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/LICENSE)
|
||||||
[](https://slack.victoriametrics.com)
|
[](https://slack.victoriametrics.com)
|
||||||
[](https://x.com/VictoriaMetrics/)
|
[](https://x.com/VictoriaMetrics/)
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
# see https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks
|
|
||||||
coverage:
|
|
||||||
status:
|
|
||||||
project:
|
|
||||||
default:
|
|
||||||
informational: true
|
|
||||||
patch:
|
|
||||||
default:
|
|
||||||
informational: true
|
|
||||||
Reference in New Issue
Block a user