Skip to content

Commit

Permalink
chore: disable codecov temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Jan 23, 2024
1 parent bd53f9c commit 1463701
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:

- run: pre-commit run --all-files --hook-stage push

- name: rust-grcov
uses: actions-rs/grcov@v0.1

- name: Codecov
uses: codecov/codecov-action@v4-beta
continue-on-error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
# Repository upload token - get it from codecov.io. Required only for private repositories
# token: # optional
# Specify whether the Codecov output should be verbose
verbose: true
fail_ci_if_error: false
# - name: rust-grcov
# uses: actions-rs/grcov@v0.1

# - name: Codecov
# uses: codecov/codecov-action@v4-beta
# continue-on-error: true
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# # Repository upload token - get it from codecov.io. Required only for private repositories
# # token: # optional
# # Specify whether the Codecov output should be verbose
# verbose: true
# fail_ci_if_error: false

0 comments on commit 1463701

Please sign in to comment.