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

test #50

Closed
wants to merge 2 commits into from
Closed

test #50

Show file tree
Hide file tree
Changes from all commits
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
53 changes: 5 additions & 48 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,51 +26,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Results All
results-path: ./files/**/*.trx
allow-failed-tests: true
- name: Test - Results Success
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Results Success
results-path: ./files/success/*
- name: Test - Results Fail
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Results Fail
results-path: ./files/fail/*
allow-failed-tests: true
- name: Test - Coverage OpenCover
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Coverage OpenCover
results-path: ./files/success/*
coverage-path: ./files/success/test_coverage_opencover.xml
coverage-threshold: 44
- name: Test - Coverage Cobertura
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Coverage Cobertura
results-path: ./files/success/*
coverage-path: ./files/success/test_coverage_cobertura.xml
coverage-type: cobertura
coverage-threshold: 44
- name: Test - Show Failed Tests Only
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Hide Success
results-path: ./files/**/*.trx
allow-failed-tests: true
show-failed-tests-only: true
- name: Test - Hide Test Output
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: Test - Hide Output
results-path: ./files/**/test_result.trx
allow-failed-tests: true
show-test-output: false
results-path: ./files/dotnet-results/**/*.trx
allow-failed-tests: false
coverage-path: ./files/dotnet-results/TestResults/coverage.xml
coverage-threshold: 10
coverage-type: opencover
Loading
Loading