Skip to content

Commit

Permalink
chore: add publish coverage report step in ci.yaml; remove coverage-b…
Browse files Browse the repository at this point in the history
…adge.yml;
  • Loading branch information
riandyrn committed Jul 20, 2023
1 parent d8ae665 commit c78132e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 41 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: Notify To Slack If Failed
uses: lazy-actions/[email protected]
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/coverage-badge.yml

This file was deleted.

0 comments on commit c78132e

Please sign in to comment.