Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: re-enable correct coverage reporting #1689

Merged
merged 6 commits into from
Jan 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: remove temp ci stage
  • Loading branch information
danielbate committed Jan 26, 2024
commit baf72fc75a7008713f906b329d7fa37da1b6675d
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,13 @@ jobs:
- name: Download Master Coverage Artifact
uses: dawidd6/action-download-artifact@v2
# change to pr number check when rc/salamander has been merged
if: false
if: ${{ !steps.findPr.outputs.number }}
with:
workflow: test.yaml
branch: master
name: coverage-master
path: coverage-master

- name: Download Master Coverage Artifact (temporary)
uses: dawidd6/action-download-artifact@v2
if: ${{ (steps.findPr.outputs.number) }}
with:
workflow: test.yaml
run_id: 7625704138
name: coverage-master
path: coverage-master

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