Skip to content

Commit

Permalink
show skipped tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Jul 31, 2024
1 parent bc43c06 commit 08ef184
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ jobs:
HONEYCOMB_DATASET: testacc
run: make sweep

- name: Test Summary
- name: Generate Test Summary
if: always()
uses: test-summary/action@v2
with:
paths: "*-report.xml"
show: "fail, skip"

- name: Generate Coverage Report
uses: codecov/codecov-action@v4.5.0
Expand Down Expand Up @@ -173,11 +174,12 @@ jobs:
HONEYCOMB_DATASET: testacc
run: make sweep

- name: Test Summary
- name: Generate Test Summary
if: always()
uses: test-summary/action@v2
with:
paths: "*-report.xml"
show: "fail, skip"

- name: Generate Coverage Report
uses: codecov/codecov-action@v4.5.0
Expand Down

0 comments on commit 08ef184

Please sign in to comment.