Skip to content

Commit

Permalink
Merge pull request #4 from BranHill21/debugging_cov
Browse files Browse the repository at this point in the history
looking for cc reporter file
  • Loading branch information
BranHill21 authored Dec 6, 2024
2 parents 6954bbc + fa961fa commit b8e1e90
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,14 @@ jobs:
run: echo "RAILS_HOST=$(hostname -I | awk '{print $1}')" >> $GITHUB_ENV
- name: Run spec tests
run: bin/rake spec
- name: Debug coverage file
run: ls -lah coverage/
- name: Debug CC Test Reporter ID
run: |
if [ -z "$CC_TEST_REPORTER_ID" ]; then
echo "Error: CC_TEST_REPORTER_ID is not set or is empty"
exit 1
else
echo "CC_TEST_REPORTER_ID is set."
fi
- name: Report coverage
uses: paambaati/[email protected]
env:
Expand Down

0 comments on commit b8e1e90

Please sign in to comment.