diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 09c8c25c2..51706a432 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,4 +51,4 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v3 with: - file: ./build/reports/jacoco/test/jacocoTestReport.xml + file: ./build/reports/jacoco/test/jacocoTestReport.xml \ No newline at end of file