Skip to content

Commit

Permalink
Disable codecov for ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lnash94 committed Apr 29, 2024
1 parent 1c07e10 commit 70c92f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew build codeCoverageReport --stacktrace --scan --console=plain --no-daemon
- name: Generate Codecov Report
if: github.event_name == 'pull_request'
uses: codecov/codecov-action@v1
# - name: Generate Codecov Report
# if: github.event_name == 'pull_request'
# uses: codecov/codecov-action@v1
# todo: uncomment this block when the issue with the code coverage report is resolved

windows-build:

Expand Down

0 comments on commit 70c92f3

Please sign in to comment.