Skip to content

Commit cce4917

Browse files
author
Alian Rignack Quevedo
committed
Remove code coverage step
1 parent 637f914 commit cce4917

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ jobs:
4242
with:
4343
name: deploy_dist
4444
path: dist/pwatest
45-
- name: Archive code coverage result
46-
if: success()
47-
uses: actions/upload-artifact@v1
48-
with:
49-
name: deploy_coverage
50-
path: coverage
45+
5146

5247
deploy:
5348
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)