Skip to content

Commit

Permalink
Remove code coverage reporting from project
Browse files Browse the repository at this point in the history
No other Flux project uses Codecov (deliberately so) so this is in
alignment with that sentiment.

Signed-off-by: Max Jonas Werner <[email protected]>
  • Loading branch information
Max Jonas Werner committed Jun 13, 2023
1 parent f0e81de commit caf0001
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ jobs:
run: |
export GITEA_TOKEN=$(cat /tmp/gitea-token)
make test-e2e-gitea
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
files: ./coverage.txt
4 changes: 0 additions & 4 deletions .github/workflows/e2e-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ jobs:
run: |
[ -n "${{ secrets.GITPROVIDER_BOT_TOKEN }}" ] && export GITHUB_TOKEN=${{ secrets.GITPROVIDER_BOT_TOKEN }} || echo "using default GITHUB_TOKEN"
make test-e2e-github
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.2
with:
files: ./coverage.txt
4 changes: 0 additions & 4 deletions .github/workflows/e2e-gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ jobs:
run: make start-provider-instances-gitlab GITLAB_VERSION=latest
- name: Run tests [gitlab]
run: make test-e2e-gitlab
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
files: ./coverage.txt
4 changes: 0 additions & 4 deletions .github/workflows/e2e-stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ jobs:
[ -n "${{ secrets.STASH_USER }}" ] && export STASH_USER=${{ secrets.STASH_USER }} || echo "using default STASH_USER"
[ -n "${{ secrets.STASH_DOMAIN }}" ] && export STASH_DOMAIN=${{ secrets.STASH_DOMAIN }} || echo "using default STASH_DOMAIN"
make test-e2e-stash
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
files: ./coverage.txt
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![godev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)](https://pkg.go.dev/github.com/fluxcd/go-git-providers)
[![build](https://github.com/fluxcd/go-git-providers/workflows/build/badge.svg)](https://github.com/fluxcd/go-git-providers/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/fluxcd/go-git-providers)](https://goreportcard.com/report/github.com/fluxcd/go-git-providers)
[![codecov.io](https://codecov.io/github/fluxcd/go-git-providers/coverage.svg?branch=master)](https://codecov.io/github/fluxcd/go-git-providers?branch=master)
[![LICENSE](https://img.shields.io/github/license/fluxcd/go-git-providers)](https://github.com/fluxcd/go-git-providers/blob/master/LICENSE)
[![Release](https://img.shields.io/github/v/release/fluxcd/go-git-providers?include_prereleases)](https://github.com/fluxcd/go-git-providers/releases/latest)

Expand Down

0 comments on commit caf0001

Please sign in to comment.