Skip to content

Commit 73d73d3

Browse files
committed
Recombine
1 parent efb6df7 commit 73d73d3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

action.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,14 @@ runs:
2020
- name: Install coverage
2121
run: |
2222
pip install coverage
23-
working-directory: ${{ runner.temp }}/coverage
24-
shell: bash
25-
- name: Collect names
26-
id: meta
27-
run: |
28-
FILES=$(ls -A --dired | tr '\n' ' ')
29-
FILES2="${FILES% }"
30-
echo "::set-output name=files::${FILES2}"
31-
working-directory: ${{ runner.temp }}/coverage
3223
shell: bash
3324
- name: Combine coverage reports
3425
run: |
35-
coverage combine ${{ steps.meta.outputs.files }}
36-
working-directory: ${{ runner.temp }}/coverage
26+
coverage combine ${{ runner.temp }}/coverage
3727
shell: bash
3828
- name: Generate XML coverage report
3929
run: |
4030
coverage xml
41-
working-directory: ${{ runner.temp }}/coverage
4231
shell: bash
4332
- name: Upload coverage
4433
uses: codecov/[email protected]

0 commit comments

Comments
 (0)