Skip to content

Commit

Permalink
remove fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Oct 11, 2024
1 parent a550e17 commit fcbe307
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/coverage-protocols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports
file: ./protocols/target/tarpaulin-reports/cobertura.xml
flags: protocols
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload binary_codec_sv2-coverage to codecov.io
Expand All @@ -39,7 +38,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/codec-coverage
file: ./protocols/target/tarpaulin-reports/codec-coverage/cobertura.xml
flags: binary_codec_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload binary_sv2-coverage to codecov.io
Expand All @@ -48,7 +46,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/binary-sv2-coverage
file: ./protocols/target/tarpaulin-reports/binary-sv2-coverage/cobertura.xml
flags: binary_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload binary_derive_codec_sv2-coverage to codecov.io
Expand All @@ -57,7 +54,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/derive_codec-coverage
file: ./protocols/target/tarpaulin-reports/derive_codec-coverage/cobertura.xml
flags: binary_derive_codec_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload binary_serde_sv2-coverage to codecov.io
Expand All @@ -66,7 +62,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/serde-sv2-coverage
file: ./protocols/target/tarpaulin-reports/serde-sv2-coverage/cobertura.xml
flags: binary_serde_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload codec_sv2-coverage to codecov.io
Expand All @@ -75,7 +70,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/codec-sv2-coverage
file: ./protocols/target/tarpaulin-reports/codec-sv2-coverage/cobertura.xml
flags: codec_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload common_messages_sv2-coverage to codecov.io
Expand All @@ -84,7 +78,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/common-messages-coverage
file: ./protocols/target/tarpaulin-reports/common-messages-coverage/cobertura.xml
flags: common_messages_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload const_sv2-coverage to codecov.io
Expand All @@ -93,7 +86,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/const-sv2-coverage
file: ./protocols/target/tarpaulin-reports/const-sv2-coverage/cobertura.xml
flags: const_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload framing_sv2-coverage to codecov.io
Expand All @@ -102,7 +94,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/framing-sv2-coverage
file: ./protocols/target/tarpaulin-reports/framing-sv2-coverage/cobertura.xml
flags: framing_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload job_declaration_sv2-coverage to codecov.io
Expand All @@ -111,7 +102,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/job-declaration-coverage
file: ./protocols/target/tarpaulin-reports/job-declaration-coverage/cobertura.xml
flags: job_declaration_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}


Expand All @@ -121,7 +111,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/noise-sv2-coverage
file: ./protocols/target/tarpaulin-reports/noise-sv2-coverage/cobertura.xml
flags: noise_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload roles_logic_sv2-coverage to codecov.io
Expand All @@ -130,7 +119,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/roles-logic-sv2-coverage
file: ./protocols/target/tarpaulin-reports/roles-logic-sv2-coverage/cobertura.xml
flags: roles_logic_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload serde_sv2-coverage to codecov.io
Expand All @@ -139,7 +127,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/serde-sv2-coverage
file: ./protocols/target/tarpaulin-reports/serde-sv2-coverage/cobertura.xml
flags: serde_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload v1-coverage to codecov.io
Expand All @@ -148,7 +135,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/v1-coverage
file: ./protocols/target/tarpaulin-reports/v1-coverage/cobertura.xml
flags: v1-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload sv2_ffi-coverage to codecov.io
Expand All @@ -157,7 +143,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/sv2-ffi-coverage
file: ./protocols/target/tarpaulin-reports/sv2-ffi-coverage/cobertura.xml
flags: sv2_ffi-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload template_distribution_sv2-coverage to codecov.io
Expand All @@ -166,7 +151,6 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/template-distribution-coverage
file: ./protocols/target/tarpaulin-reports/template-distribution-coverage/cobertura.xml
flags: template_distribution_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload mining-coverage to codecov.io
Expand All @@ -175,5 +159,4 @@ jobs:
directory: ./protocols/target/tarpaulin-reports/mining-coverage
file: ./protocols/target/tarpaulin-reports/mining-coverage/cobertura.xml
flags: mining-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
8 changes: 0 additions & 8 deletions .github/workflows/coverage-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports
file: ./roles/target/tarpaulin-reports/cobertura.xml
flags: roles
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload jd_client-coverage to codecov.io
Expand All @@ -39,7 +38,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/jd-client-coverage
file: ./roles/target/tarpaulin-reports/jd-client-coverage/cobertura.xml
flags: jd_client-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload jd_server-coverage to codecov.io
Expand All @@ -48,7 +46,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/jd-server-coverage
file: ./roles/target/tarpaulin-reports/jd-server-coverage/cobertura.xml
flags: jd_server-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload mining_device-coverage to codecov.io
Expand All @@ -57,7 +54,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/mining-device-coverage
file: ./rroles/target/tarpaulin-reports/mining-device-coverage/cobertura.xml
flags: mining_device-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload mining_proxy_sv2-coverage to codecov.io
Expand All @@ -66,7 +62,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/mining-proxy-coverage
file: ./roles/target/tarpaulin-reports/mining-proxy-coverage/cobertura.xml
flags: mining_proxy_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload pool_sv2-coverage to codecov.io
Expand All @@ -75,7 +70,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/pool-coverage
file: ./roles/target/tarpaulin-reports/pool-coverage/cobertura.xml
flags: pool_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload sv1-mining-device-coverage to codecov.io
Expand All @@ -84,7 +78,6 @@ jobs:
directory: ./roles/target/tarpaulin-reports/sv1-mining-device-coverage
file: ./roles/target/tarpaulin-reports/sv1-mining-device-coverage/cobertura.xml
flags: sv1-mining-device-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload translator_sv2-coverage to codecov.io
Expand All @@ -93,5 +86,4 @@ jobs:
directory: ./roles/target/tarpaulin-reports/translator-coverage
file: ./roles/target/tarpaulin-reports/translator-coverage/cobertura.xml
flags: translator_sv2-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
6 changes: 1 addition & 5 deletions .github/workflows/coverage-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
directory: ./utils/target/tarpaulin-reports
file: ./utils/target/tarpaulin-reports/cobertura.xml
flags: utils
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload bip32_derivation-coverage to codecov.io
Expand All @@ -39,7 +38,6 @@ jobs:
directory: ./utils/target/tarpaulin-reports/bip32-key-derivation-coverage
file: ./utils/target/tarpaulin-reports/bip32-key-derivation-coverage/cobertura.xml
flags: bip32_derivation-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload buffer_sv2-coverage to codecov.io
Expand All @@ -48,7 +46,7 @@ jobs:
directory: ./utils/target/tarpaulin-reports/buffer-coverage
file: ./utils/target/tarpaulin-reports/buffer-coverage/cobertura.xml
flags: buffer_sv2-coverage
fail_ci_if_error: true

token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload error_handling-coverage to codecov.io
Expand All @@ -57,7 +55,6 @@ jobs:
directory: ./utils/target/tarpaulin-reports/error-handling-coverage
file: ./utils/target/tarpaulin-reports/error-handling-coverage/cobertura.xml
flags: error_handling-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload key-utils-coverage to codecov.io
Expand All @@ -66,5 +63,4 @@ jobs:
directory: ./utils/target/tarpaulin-reports/key-utils-coverage
file: ./utils/target/tarpaulin-reports/key-utils-coverage/cobertura.xml
flags: key-utils-coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fcbe307

Please sign in to comment.