Skip to content

Commit

Permalink
chore: Fixed codecov client version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Nov 6, 2024
1 parent 5b27e32 commit a998ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
version: 'v0.1.15'
with:
flags: api-client
files: /coverage/packages/api-client/coverage-final.json
1 change: 1 addition & 0 deletions .github/workflows/validate-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
version: 'v0.1.15'
with:
flags: api-e2e-tests
files: /coverage/apps/api/coverage-final.json
1 change: 1 addition & 0 deletions .github/workflows/validate-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
version: 'v0.1.15'
with:
flags: schema
files: /coverage/packages/schema/coverage-final.json

0 comments on commit a998ae4

Please sign in to comment.