Skip to content

Commit

Permalink
Merge pull request #6 from BranHill21/debugging_cov
Browse files Browse the repository at this point in the history
test hard code since id is not sensitive info
  • Loading branch information
BranHill21 authored Dec 6, 2024
2 parents b095049 + 1b4a78d commit 4ef36ac
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,10 @@ jobs:
run: echo "RAILS_HOST=$(hostname -I | awk '{print $1}')" >> $GITHUB_ENV
- name: Run spec tests
run: bin/rake spec
- name: Debug CC Test Reporter ID
env:
CC_TEST_REPORTER_ID: ${{secrets.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:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
CC_TEST_REPORTER_ID: 4728d9a470b095eb09ea372c166b1af6c7c855a70758086972502362e67368f6
with:
coverageLocations: ${{github.workspace}}/coverage/coverage.json:simplecov
debug: true

0 comments on commit 4ef36ac

Please sign in to comment.