Skip to content

Commit

Permalink
ci: test with publishing to codacy from XTS dry-run workflow
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 c8ca65e commit 40a4f5b
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,14 @@ jobs:
- name: Resolve coverage file paths
id: coverage_paths
run: |
pwd
ls -la downloaded_artifacts
echo "COVERAGE_REPORTS=$(find . -path '*/build/test-results/test/*' -name 'TEST-*.xml' | tr '\n' ','; \
find . -path '*/build/test-results/timingSensitive/*' -name 'TEST-*.xml' | tr '\n' ',')" >> $GITHUB_ENV
# echo "COVERAGE_REPORTS=$(find **/build/test-results/test -name 'TEST-*.xml' | tr '\n' ','; \
# find **/build/test-results/timingSensitive -name 'TEST-*.xml' | tr '\n' ',')" >> $GITHUB_ENV

- name: Full test check env variable for files
run: echo ${{ env.COVERAGE_REPORTS }}

#
# - name: Publish to codacy
# uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
# with:
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
# coverage-reports: ${{ env.COVERAGE_REPORTS }}
- name: Publish to codacy
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ${{ env.COVERAGE_REPORTS }}

abbreviated-panel:
name: JRS Panel
Expand Down

0 comments on commit 40a4f5b

Please sign in to comment.