Merge pull request #626 from flacatus/codecov_test

feat: Add code coverage artifacts for che operator
pull/631/head
Flavius Lacatusu 2021-01-13 17:51:41 +01:00 committed by GitHub
commit 259640a826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

28
.github/workflows/codecov.yml vendored Normal file
View File

@ -0,0 +1,28 @@
#
# Copyright (c) 2012-2021 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
name: Code Coverage Report
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Submit code coverage results
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
echo "" > coverage.txt
export MOCK_API=true && go test -mod=vendor -v ./... -coverprofile coverage.txt
bash <(curl -s https://codecov.io/bash)

View File

@ -1,5 +1,7 @@
# Che/CodeReady Workspaces Operator
[![Codecov](https://img.shields.io/codecov/c/github/eclipse/che-operator)](https://github.com/eclipse/che-operator)
Che/CodeReady workspaces operator uses [Operator SDK](https://github.com/operator-framework/operator-sdk) and [Go Kube client](https://github.com/kubernetes/client-go) to deploy, update and manage K8S/OpenShift resources that constitute a single or multi-user Eclipse Che/CodeReady Workspaces cluster.
The operator watches for a Custom Resource of Kind `CheCluster`, and operator controller executes its business logic when a new Che object is created, namely: