Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwanPB committed Mar 13, 2024
1 parent 73ada28 commit 94b9338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: npm run test:coverage
env:
MONGO_URL: ${{ secrets.MONGO_URL }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

- name: Upload Coverage
uses: codecov/codecov-action@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: npm run test:coverage
env:
MONGO_URL: ${{ secrets.MONGO_URL }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

# - name: Commit coverage badge
# run: |
Expand Down

0 comments on commit 94b9338

Please sign in to comment.