Skip to content

Commit

Permalink
fix: do not generate a coverage diff without coverage artifact (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate authored Jan 11, 2024
1 parent ad5923d commit 6796ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/rotten-seas-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
path: coverage-master

- name: Generate Coverage Diff
if: ${{ (steps.findPr.outputs.number) }}
run: pnpm test:coverage-diff

- name: Report Coverage
Expand Down

0 comments on commit 6796ef2

Please sign in to comment.