Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Aug 23, 2024
1 parent f773f43 commit e441081
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint-test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: |
pkg/config-api-client/.coverage
pkg/config-api-provider/.coverage
flage: |
client
provider
files: ./pkg/config-api-client/.coverage,./pkg/config-api-provider/.coverage
flage: client,provider
fail_ci_if_error: true

0 comments on commit e441081

Please sign in to comment.