Fix codecov github action (#7747)

This commit is contained in:
Vishesh 2023-07-18 15:57:01 +05:30 committed by GitHub
parent caaf25b695
commit b5eebc4347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK11
uses: actions/setup-java@v3