Skip to content

Commit

Permalink
Merge pull request #124 from KevFan/codecov
Browse files Browse the repository at this point in the history
workflow: add codecov
  • Loading branch information
guicassolato authored Jul 28, 2023
2 parents 3f658b7 + bf48b7f commit 254b656
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 254b656

Please sign in to comment.