Skip to content

Commit

Permalink
Merge pull request #81 from TBD54566975/codecov_components
Browse files Browse the repository at this point in the history
Add codecov file and split with flags
  • Loading branch information
andresuribe87 authored Oct 12, 2023
2 parents fae3973 + 2a0a24b commit 31aa2c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
flags: ${{ runner.os }}
17 changes: 17 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
component_management:
individual_components:
- component_id: "credentials"
paths:
- "credentials/"
- component_id: "crypto"
paths:
- "crypto/"
- component_id: "dids"
paths:
- "dids/"
- component_id: "common"
paths:
- "common/"

comment:
layout: "header, diff, components"

0 comments on commit 31aa2c1

Please sign in to comment.