You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to ignore my tests folder, so I had to hack a bit till I got to this way:
args: --verbose --exclude '**/tests/**' (the trivial way would be to send just 'tests/**' as a parameter, but it assumes that the execution is inside the repository).
Can you include it to the documentation so people can use it quickly? I didn't do a pull request in case you wanted to solve it in a different way.
The text was updated successfully, but these errors were encountered:
I wanted to ignore my
tests
folder, so I had to hack a bit till I got to this way:args: --verbose --exclude '**/tests/**'
(the trivial way would be to send just'tests/**'
as a parameter, but it assumes that the execution is inside the repository).Can you include it to the documentation so people can use it quickly? I didn't do a pull request in case you wanted to solve it in a different way.
The text was updated successfully, but these errors were encountered: