Skip to content

Commit

Permalink
ci(rust): optimize codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowySpirits committed Apr 21, 2023
1 parent 4c2dafb commit 0d8dba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ flags:
carryforward: true
paths:
- "golang/**"
rust:
carryforward: true
paths:
- "rust/**"
3 changes: 1 addition & 2 deletions .github/workflows/rust_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
branches:
- master
jobs:
check:
name: Rust project
calculate-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 0d8dba0

Please sign in to comment.