Skip to content

Commit

Permalink
fix: temporarily not publishing coverage reports
Browse files Browse the repository at this point in the history
Signed-off-by: Sankalp Gilda <[email protected]>
  • Loading branch information
astrogilda committed Jan 1, 2024
1 parent ca0c6c3 commit b78f590
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,28 +143,28 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Add coverage report to PR
- name: Add coverage report to PR
uses: marocchino/sticky-pull-request-comment@v2
if: always()
with:
number: ${{ steps.finder.outputs.pr }}
recreate: true
path: coverage_concise.md
#- name: Add coverage report to PR
# uses: marocchino/sticky-pull-request-comment@v2
# if: always()
# with:
# number: ${{ steps.finder.outputs.pr }}
# recreate: true
# path: coverage_concise.md

# Upload coverage report
- name: Upload coverage report
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage.md
#- name: Upload coverage report
# uses: actions/upload-artifact@v2
# with:
# name: coverage
# path: coverage.md

# Publish coverage report to PR
- name: Publish coverage to PR
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
#- name: Publish coverage to PR
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# verbose: true

commitlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b78f590

Please sign in to comment.