diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d75ca930c..104656b53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -186,7 +186,7 @@ jobs: uses: actions/checkout@v4 with: repository: patomic - path: "${{ steps.get-path.root_compiler_dir }}/patomic" + path: "${{ steps.get-path.root_compilation_dir }}/patomic" - name: Create Lcov Config File run: | @@ -198,7 +198,6 @@ jobs: echo "genhtml_function_med_limit = ${{ env.MED_LIMIT }}" >> lcovrc echo "Contents of lcovrc: - echo "-------------------" cat lcovrc - name: Generate HTML Files @@ -220,11 +219,3 @@ jobs: with: name: test-coverage path: test-coverage/ - - - name: Create Coverage Summary - uses: irongut/CodeCoverageSummary@v1.3 - with: - filename: test-coverage/**/patomic.lcov - badge: true - fail_below_min: true - thresholds: '${{ env.MED_LIMIT }} ${{ env.HI_LIMIT }}'