Skip to content

Commit

Permalink
workflow: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Jul 28, 2023
1 parent 3f658b7 commit bf48b7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ jobs:
- name: Run make test
run: |
make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
flags: unit
verbose: true
fail_ci_if_error: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A Kubernetes Operator to manage [Authorino](https://github.com/Kuadrant/authorino) instances.

[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![codecov](https://codecov.io/gh/Kuadrant/authorino-operator/branch/main/graph/badge.svg?token=3O9IUKS642)](https://codecov.io/gh/Kuadrant/authorino-operator)

## Installation

Expand Down

0 comments on commit bf48b7f

Please sign in to comment.