Skip to content

Commit

Permalink
chore: add coverage report (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Nov 10, 2023
1 parent 781bbe9 commit 5d24704
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
- name: Test
run: make test

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: true
amend: true
reuse-go: true
if: github.event_name == 'push'
continue-on-error: true

test-chart:
name: Run Helm Chart Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -73,4 +83,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --chart-dirs chart --target-branch ${{ github.event.repository.default_branch }}
run: ct install --chart-dirs chart --target-branch ${{ github.event.repository.default_branch }}

0 comments on commit 5d24704

Please sign in to comment.