Skip to content

Commit

Permalink
added covaralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shebz2023 committed Apr 8, 2024
1 parent 7c0eaf9 commit 09a1aa0
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:

- name: Run Tests
run: npm test

- name: Send coverage to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: npx coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# mybrand-shebelle-API
welcome to the backend of my portfolio ,

[![Coverage Status](https://coveralls.io/repos/github/shebz2023/mybrand-shebelle-API/badge.svg?branch=main)](https://coveralls.io/github/shebz2023/mybrand-shebelle-API?branch=main)
Loading

0 comments on commit 09a1aa0

Please sign in to comment.