From 4a8c7e014ccd46659b3bbe264b02ffd25c542b01 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sat, 18 May 2024 21:59:12 -0700 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/all-embedded.yml | 2 +- .github/workflows/c-flexpret-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-embedded.yml b/.github/workflows/all-embedded.yml index 2b05637545..94c1d4dd74 100644 --- a/.github/workflows/all-embedded.yml +++ b/.github/workflows/all-embedded.yml @@ -1,5 +1,5 @@ # Tests for embedded platforms -name: CI (by embedded platforms) +name: CI (embedded platforms) on: schedule: diff --git a/.github/workflows/c-flexpret-tests.yml b/.github/workflows/c-flexpret-tests.yml index fa0759ef56..0df6abe62f 100644 --- a/.github/workflows/c-flexpret-tests.yml +++ b/.github/workflows/c-flexpret-tests.yml @@ -54,5 +54,5 @@ jobs: - name: Report to CodeCov uses: ./.github/actions/report-code-coverage with: - files: core/build/reports/jcoco/integrationTestCodeCoverageReport/integrationTestCodeCoverageReport.xml + files: core/build/reports/jacoco/integrationTestCodeCoverageReport/integrationTestCodeCoverageReport.xml if: ${{ github.repository == 'lf-lang/lingua-franca' }}