Skip to content

Commit

Permalink
Add env varibale to fix codecov (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
(cherry picked from commit 625844d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 7, 2024
1 parent d28227c commit eb1bd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Upload Coverage Report
if: ${{ matrix.codecov }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./build/reports/jacoco/test/jacocoTestReport.xml
integTest:
Expand Down

0 comments on commit eb1bd90

Please sign in to comment.