Skip to content

Commit

Permalink
Fixed typo in which folder to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewHDYT authored May 1, 2022
1 parent a447de4 commit 125f1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ignore:
- "**/Test/**/*" # Recursively ignore test folder
- "**/Tests/**/*" # Recursively ignore test folder
- "**/Scripts/AudioManager/Settings/ShowIfAttributeDrawer.cs" # Ignore file that can't be unittested
- "**/Scripts/*.cs" # Ignore files that are only used for the example project and not included in the AudioManager source code

0 comments on commit 125f1b7

Please sign in to comment.