Skip to content

Commit

Permalink
ci(api): codecov migration
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 1, 2025
1 parent f5c8673 commit bcdaf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml

deploy-dev:
name: 🚀 Staging deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml

deploy-prod:
name: 🚀 Production deployment
Expand Down

0 comments on commit bcdaf39

Please sign in to comment.