Skip to content

Commit

Permalink
chore: Attempt 2 to fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Mar 14, 2022
1 parent b89df1e commit d437efa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ comment:
flags:
mux-audio:
paths: #note, accepts globs, not regexes
- packages/mux-audio/src
- packages/mux-audio
mux-audio-react:
paths: #note, accepts globs, not regexes
- packages/mux-audio-react/src
- packages/mux-audio-react
mux-player:
paths: #note, accepts globs, not regexes
- packages/mux-player/src
- packages/mux-player
mux-player-react:
paths: #note, accepts globs, not regexes
- packages/mux-player-react/src
- packages/mux-player-react
mux-video:
paths: #note, accepts globs, not regexes
- packages/mux-video/src
- packages/mux-video
mux-video-react:
paths: #note, accepts globs, not regexes
- packages/mux-video-react/src
- packages/mux-video-react
playback-core:
paths: #note, accepts globs, not regexes
- packages/playback-core/src
- packages/playback-core

0 comments on commit d437efa

Please sign in to comment.