Skip to content

Commit

Permalink
chore: remove coverage-badge.yml since the coverage reports will be n…
Browse files Browse the repository at this point in the history
…ow integrated with ci.yml, this is so the contributor knows the coverage rate of their PR;
  • Loading branch information
riandyrn committed Jul 21, 2023
1 parent 7c0746b commit 3eaa78b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 42 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
paths-ignore:
- '**.md'
- 'docs/**'
push:
branches:
- master
paths-ignore:
- '**.md'
- 'docs/**'

jobs:
run-tests:
Expand All @@ -19,6 +25,11 @@ jobs:
- name: Run Automated Tests
run: make test

- name: Send Coverage Report to Coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: ./.output/cov-report/profile.cov

- name: Test Build All Container Images
run: make test-build-all

Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/coverage-badge.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: deploy
on:
push:
paths-ignore:
- 'Makefile'
- '**.md'
- 'docs/**'
branches:
Expand Down

0 comments on commit 3eaa78b

Please sign in to comment.