Skip to content
Snippets Groups Projects
Verified Commit 922a5b64 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Actually add coverage information to CI

parent c643ac86
Branches
No related tags found
1 merge request!2Draft: Jetpack compose rewrite
Pipeline #581 failed
...@@ -31,7 +31,7 @@ build: ...@@ -31,7 +31,7 @@ build:
test: test:
stage: "test" stage: "test"
script: script:
- "./gradlew check -x connectedCheck" - "./gradlew check -x connectedCheck coberturaTestReport"
artifacts: artifacts:
paths: paths:
- "*/build/test-results/**/TEST-*.xml" - "*/build/test-results/**/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment