Skip to content

Commit

Permalink
Test report
Browse files Browse the repository at this point in the history
[changelog skip]
  • Loading branch information
dahlia committed Aug 4, 2023
1 parent a891e77 commit 3484dbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
os: [macos-12, ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
checks: write
pull-requests: write
env:
OS: ${{ matrix.os }}
steps:
Expand All @@ -19,6 +22,13 @@ jobs:
deno test
--doc
--coverage=.cov
--junit-path=.test-report.xml
- uses: >-
EnricoMi/publish-unit-test-result-action${{
!startsWith(matrix.os, 'ubuntu-') && '/composite' || '' }}@v2
if: always()
with:
files: .test-report.xml
- run: deno coverage --lcov .cov > .cov.lcov
- uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 3484dbd

Please sign in to comment.