Skip to content

Commit

Permalink
Fix codecov configuration
Browse files Browse the repository at this point in the history
Signed-off-by: guillemdb <guillem@fragile.tech>
  • Loading branch information
Guillemdb committed Sep 4, 2022
1 parent 8373455 commit 65b9958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ coverage:
threshold: 0%
informational: true
paths:
- mloq
- src/mloq
2 changes: 1 addition & 1 deletion docs/source/assets/templates/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ coverage:
threshold: 0%
informational: true
paths:
- {{ project.project_name }}
- src/{{ project.project_name }}
2 changes: 1 addition & 1 deletion src/mloq/assets/templates/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ coverage:
threshold: 0%
informational: true
paths:
- {{ project.project_name }}
- src/{{ project.project_name }}

0 comments on commit 65b9958

Please sign in to comment.