Skip to content

Commit

Permalink
Don't write coverage report to console since jest already does that
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Dec 29, 2023
1 parent a9f7c5a commit cffad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
filename: coverage/*.xml
badge: true
format: 'markdown'
output: 'both'
output: 'file'

- name: Add code coverage PR comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit cffad80

Please sign in to comment.