Skip to content

Commit

Permalink
or now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Inok committed Jan 28, 2024
1 parent b692de5 commit 4fa5f6d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
checks: write
steps:

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download test results
uses: actions/download-artifact@v4
with:
Expand All @@ -71,23 +75,6 @@ jobs:
path: ./test-results/**/*.trx
reporter: dotnet-trx

# Report coverage
coverage-report:
name: Report coverage
runs-on: ubuntu-latest
needs: [ build ]
steps:

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download test results
uses: actions/download-artifact@v4
with:
name: test-results
path: test-results/

- name: Upload code coverage report
uses: codecov/codecov-action@v3
if: ${{ always() }}
Expand Down

0 comments on commit 4fa5f6d

Please sign in to comment.