Skip to content

Commit

Permalink
GHI #20 Don't create code coverage summary (do it manually later)
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Dec 21, 2023
1 parent 0e6a2da commit ffb74fe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand All @@ -220,11 +219,3 @@ jobs:
with:
name: test-coverage
path: test-coverage/

- name: Create Coverage Summary
uses: irongut/[email protected]
with:
filename: test-coverage/**/patomic.lcov
badge: true
fail_below_min: true
thresholds: '${{ env.MED_LIMIT }} ${{ env.HI_LIMIT }}'

0 comments on commit ffb74fe

Please sign in to comment.