Skip to content

Commit

Permalink
Updated workflow codecov stage
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed May 8, 2024
1 parent 80e42c2 commit 642fcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Test & Cover
run: make cover
- name: Publish Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make test-install
make cover
- name: Publish Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: worker
Expand Down

0 comments on commit 642fcb2

Please sign in to comment.