Skip to content

Commit

Permalink
add only_changed_files: true (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa authored Jul 8, 2024
1 parent 414f993 commit 95668ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing-from-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
skip_covered: true # Set to true to remove 100% covered from report
fail_below_threshold: false # Fails the action if 90% threshold is not met
show_missing: true
only_changed_files: true
repo_token: ${{ secrets.GITHUB_TOKEN }}

# a11y-testing:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-from-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
skip_covered: true # Set to true to remove 100% covered from report
fail_below_threshold: false # Fails the action if 90% threshold is not met
show_missing: true
only_changed_files: true
repo_token: ${{ secrets.GITHUB_TOKEN }}

# a11y-testing:
Expand Down

0 comments on commit 95668ab

Please sign in to comment.