Skip to content

Commit

Permalink
adds paths
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmaniero committed Jul 19, 2020
1 parent 289d235 commit 7ef9737
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ coverage:
target: auto
flags:
- jig
paths:
- jig
jigcss:
target: auto
flags:
- jigcss
paths:
- jigcss
flags:
jig:
paths:
- jig/**/*
carryforward: true
joined: true
jigcss:
paths:
- jigcss/**/*
carryforward: false
joined: true

0 comments on commit 7ef9737

Please sign in to comment.