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 26, 2023
1 parent a7a4738 commit 70dbcde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- uses: actions/checkout@v2
- name: Run the tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
flags: unit
verbose: true
fail_ci_if_error: true
verify-manifests:
name: Verify manifests
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Limitador Operator

[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![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/limitador-operator/branch/main/graph/badge.svg?token=181Q05ZJBJ)](https://codecov.io/gh/Kuadrant/limitador-operator)

## Overview

Expand Down

0 comments on commit 70dbcde

Please sign in to comment.