Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
files: coverage.json
name: rust
flags: rust
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

# Run tests on the minimum supported rust version, with minimal dependency versions
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
disable_search: true
name: python
flags: python
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

tests-qis-compiler:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
disable_search: true
name: python
flags: qis-compiler
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

# Ensure that serialized extensions match rust implementation
Expand Down
Loading