Skip to content

Commit

Permalink
(fix): code coverage badge
Browse files Browse the repository at this point in the history
- changed ci actions to use codecov

[Fixes #100]
  • Loading branch information
jkarenzi committed May 27, 2024
1 parent 8b1314b commit 0ec2417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow_for_ecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: atlp-rwanda/dynamites-ecomm-be
directory: coverage/
env:
DB_PORT_DEV: ${{ secrets.DB_PORT_DEV }}
DB_USER_DEV: ${{ secrets.DB_USER_DEV }}
Expand Down

0 comments on commit 0ec2417

Please sign in to comment.