Skip to content

Commit

Permalink
ci: ignore fetch-models in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jul 16, 2023
1 parent 447354a commit 2ac8c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'Cargo.toml'
- '.cargo/**/*'
- 'tests/**/*'
- 'codecov.yml'
pull_request:
paths:
- '.github/workflows/code-quality.yml'
Expand All @@ -19,6 +20,7 @@ on:
- 'Cargo.toml'
- '.cargo/**/*'
- 'tests/**/*'
- 'codecov.yml'
env:
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- src/download/**/*.rs
- src/download.rs

0 comments on commit 2ac8c9d

Please sign in to comment.