Skip to content

Commit

Permalink
remove seed from coverage ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmo-starkware committed Jul 20, 2023
1 parent fa6d9ea commit bc627d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ jobs:
- run: npm install -g [email protected]
- name: Coverage
run: cargo llvm-cov --codecov --output-path codecov.json
env:
SEED: 0
- name: Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
ignore:
- "crates/test_utils"
- "crates/papyrus_load_test"
- "crates/papyrus_node/src/bin/*integration_test.rs"
- "crates/**/*test*.rs"
coverage:
status:
project:
Expand Down

0 comments on commit bc627d1

Please sign in to comment.