Skip to content

Commit 0cf3f99

Browse files
committed
Combining test and coverage
1 parent 9c2e555 commit 0cf3f99

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,10 @@ jobs:
8080
uses: actions/upload-artifact@v2
8181
if: ${{ always() }}
8282
with:
83-
name: tests
84-
path: build/junit.xml
85-
86-
- name: Upload coverage
87-
uses: actions/upload-artifact@v2
88-
with:
89-
name: coverage
90-
path: build/coverage.xml
83+
name: Test and Coverage
84+
path: |
85+
build/junit.xml
86+
build/coverage.xml
9187
9288
- name: Conditional Release
9389
uses: marvinpinto/action-automatic-releases@latest

0 commit comments

Comments
 (0)