Skip to content

Commit

Permalink
Update badges and links on README
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Zuluaga committed Feb 6, 2024
1 parent a885c42 commit 22eb5d8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ jobs:
bundler-cache: true
- name: Run the default task
run: chmod +x bin/console && bundle exec rake
- name: Simplecov Report
uses: aki77/simplecov-report-action@v1
- name: Coveralls
uses: coverallsapp/github-action@v2

finish:
needs: build
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "run-1,run-2"
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

The business notification system is designed to be a versatile platform, offering key components for building various use cases. It provides an easy-to-use tool for implementing notifications without excessive complexity.

[![Coverage Status](https://img.shields.io/coveralls/github/kommitters/bns?style=for-the-badge)](https://github.com/kommitters/bns)
# Coveralls native badge
[![Coverage Status](https://coveralls.io/repos/github/kommitters/elixir_xdr/badge.svg?branch=main)](https://coveralls.io/github/kommitters/elixir_xdr?branch=main)

# Coveralls Shields badge

![Build Badge](https://img.shields.io/github/actions/workflow/status/kommitters/bns/ci.yml?branch=project-opensource-config&style=for-the-badge)
[![Coverage Status](https://img.shields.io/coveralls/github/kommitters/bns?style=for-the-badge)](https://coveralls.io/github/kommitters/bns?branch=main)
[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/kommitters/bns?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/kommitters/bns)

## Installation
Expand Down Expand Up @@ -145,7 +151,7 @@ use_case.perform
```

**Serverles**
**Serverless**

Examples of different use cases, and how to configure and deploy the lambdas can be found on: `https://github.com/kommitters/bns_serverless`

Expand Down Expand Up @@ -186,7 +192,11 @@ The gem is is licensed under an MIT license. See [LICENSE][license] for details.

</sub>

[license]: https://github.com/kommitters/.template/blob/main/LICENSE
[coc]: https://github.com/kommitters/.template/blob/main/CODE_OF_CONDUCT.md
[changelog]: https://github.com/kommitters/.template/blob/main/CHANGELOG.md
[contributing]: https://github.com/kommitters/.template/blob/main/CONTRIBUTING.md
[license]: https://github.com/kommitters/bns/blob/main/LICENSE
[coc]: https://github.com/kommitters/bns/blob/main/CODE_OF_CONDUCT.md
[changelog]: https://github.com/kommitters/bns/blob/main/CHANGELOG.md
[contributing]: https://github.com/kommitters/bns/blob/main/CONTRIBUTING.md
[kommit-website]: https://kommit.co
[kommit-github]: https://github.com/kommitters
[kommit-x]: https://twitter.com/kommitco
[kommit-linkedin]: https://www.linkedin.com/company/kommit-co

0 comments on commit 22eb5d8

Please sign in to comment.