Skip to content

Commit

Permalink
👷 Testing in Prod
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 18, 2024
1 parent e349fb1 commit 2352412
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ jobs:
- name: Remove unnecessary `test` directory
run: lcov --branch-coverage --remove lcov.info 'test/*' --output-file lcov.info --ignore-errors inconsistent,inconsistent

# Debugging step to confirm file generation and path
- name: Debug LCOV file
run: |
echo "Verifying LCOV file existence:"
ls -la ./lcov.info || echo "LCOV file not found"
- name: Post coverage report
# See https://github.com/orgs/community/discussions/26829#discussioncomment-3253575.
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') || (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') }}
Expand Down

0 comments on commit 2352412

Please sign in to comment.