File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ jobs:
23
23
if : always()
24
24
with :
25
25
name : Reports
26
- path : build/reports
26
+ path : library/ build/reports
27
27
- name : Store test results
28
28
uses : actions/upload-artifact@v1
29
29
if : always()
30
30
with :
31
31
name : Test results
32
- path : build/test-results/test
32
+ path : library/ build/test-results/test
33
33
34
-
34
+ - name : Upload coverage
35
+
35
36
with :
36
37
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2048M -XX:MaxPermSize =512m -XX:MaxHeapSize =1024M -Dfile.encoding =UTF-8
2
+ org.gradle.parallel =true
3
+ org.gradle.caching =true
4
+
2
5
kotlin.code.style =official
6
+
3
7
kapt.use.worker.api =true
4
8
kapt.incremental.apt =true
5
9
kapt.include.compile.classpath =false
6
- org.gradle.parallel =true
7
- org.gradle.caching =true
You can’t perform that action at this time.
0 commit comments