Skip to content

Commit

Permalink
ci: test with only 1 folder
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Dec 5, 2024
1 parent e6ab7be commit 4c40d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Resolve coverage file paths
id: coverage_paths
run: |
echo "COVERAGE_REPORTS=$(find . -path '*/build/test-results/test/*' -name 'TEST-com.hedera.node.app.hapi.fees.calc.OverflowCheckingCalcTest.xml' | tr '\n' ',')" >> $GITHUB_ENV
echo "COVERAGE_REPORTS=$(find . -path './hapi/build/test-results/test/*' | tr '\n' ',')" >> $GITHUB_ENV
- name: Publish to codacy
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
Expand Down

0 comments on commit 4c40d6b

Please sign in to comment.