Skip to content

Commit

Permalink
Add report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Jul 12, 2024
1 parent 33e8135 commit a63a402
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,13 @@ jobs:
with:
name: coverage_report
path: ./report

custom-coverage-report:
name: Custom coverage report
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: "noninteractive"

steps: Generate custom report
- name:
run: _secret_custom_report

0 comments on commit a63a402

Please sign in to comment.