mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Have Codecov ignore generated files and run the UI tests on pushes to develop
This commit is contained in:
5
.github/workflows/ci-ui-tests.yml
vendored
5
.github/workflows/ci-ui-tests.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: UI Tests CI
|
||||
|
||||
on:
|
||||
# Triggers the workflow on any pull request
|
||||
push:
|
||||
branches: [ develop ]
|
||||
|
||||
pull_request:
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user