Skip to content

Commit 0630106

Browse files
committed
archiving of binary files
1 parent aaa1c9b commit 0630106

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ jobs:
3838
build/reports/**/*
3939
build/test-results/**/*
4040
build/jacoco/**/*
41+
- name: Archive code coverage results
42+
uses: actions/upload-artifact@v2
43+
with:
44+
name: binary-libs
45+
path: |
4146
build/libs/**/*

0 commit comments

Comments
 (0)