Skip to content

Commit

Permalink
Publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed May 11, 2024
1 parent 4916dfa commit bea5321
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ jobs:
if: steps.get-pr.outputs.pr_number != ''
run: |
ls -lR reports/
- name: "Publish available .md reports to PR"
uses: marocchino/sticky-pull-request-comment@v2
if: steps.get-pr.outputs.pr_number != ''
with:
path: reports/*.md
number: ${{ steps.get-pr.outputs.pr_number }}
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ jobs:
name: event-file
path: ${{ github.event_path }}

# - name: "Publish code coverage data to PR"
# uses: marocchino/sticky-pull-request-comment@v2
# if: ${{ github.actor != 'dependabot[bot]' && steps.code_coverage_report.outputs.file != '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') }}
# with:
# path: code-coverage-results.md

check:
name: "Source code checks"
runs-on: ubuntu-latest
Expand Down

0 comments on commit bea5321

Please sign in to comment.