Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Dec 6, 2024
1 parent cbf6ce8 commit 9016094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
- name: Publish to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r hapi/build/test-results/test/TEST-com.hedera.hapi.block.stream.input.tests.EventHeaderTest.xml
run: |
ls -la
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r hapi/build/test-results/test/TEST-com.hedera.hapi.block.stream.input.tests.EventHeaderTest.xml
# - name: Publish to codacy
# uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
Expand Down

0 comments on commit 9016094

Please sign in to comment.