Skip to content

Commit

Permalink
ci: configure Code Coverage action to not comment (#1543)
Browse files Browse the repository at this point in the history
This configures Code Coverage to just generate the report and not comment on PRs. We're not currently actioning these reports, and they're generating a lot of noise. We will revisit in the future. These reports should still be available in the actions output.
  • Loading branch information
mindctrl authored Aug 22, 2023
1 parent d8c93fa commit 094079c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
# Remove this when the issue has been resolved.
- uses: ArtiomTr/[email protected]
with:
# tell to the action to not attach comment.
output: report-markdown
test-script: npm run test:coverage:ci
working-directory: ${{ inputs.working-directory }}
annotations: none
Expand Down

1 comment on commit 094079c

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
faustjs canary https://hg…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.