Have Codecov ignore generated files and run the UI tests on pushes to develop

This commit is contained in:
Stefan Ceriu
2022-09-08 09:43:22 +03:00
parent fb454daaf1
commit 0643e061c2
2 changed files with 6 additions and 2 deletions

View File

@@ -14,3 +14,6 @@ coverage:
# to codecov so that PR reviewers can see uncovered lines
target: auto
threshold: 1%
ignore:
- "Riot/Generated" # ignore the folder and all its contents