Skip to content

Commit

Permalink
Merge pull request #4062 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jul 8, 2024
2 parents 51ad3f2 + 4761ee9 commit 8b8d57b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/testing-from-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ jobs:
pwd
ls -al | grep 'coverage'
- name: Publish Coverage Report to Pull Request
uses: 5monkeys/cobertura-action@master
- name: Coverage Action
if: github.event_name == 'pull_request'
uses: orgoro/[email protected]
with:
path: ./coverage.xml
minimum_coverage: 85
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
repo_token: ${{ secrets.GITHUB_TOKEN }}
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

# a11y-testing:
# runs-on: ubuntu-latest
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/testing-from-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,12 @@ jobs:
pwd
ls -al | grep 'coverage'
- name: Publish Coverage Report to Pull Request
uses: 5monkeys/cobertura-action@master
- name: Coverage Action
if: github.event_name == 'pull_request'
uses: orgoro/[email protected]
with:
path: ./coverage.xml
minimum_coverage: 85
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
repo_token: ${{ secrets.GITHUB_TOKEN }}
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

# a11y-testing:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b8d57b

Please sign in to comment.