Skip to content

Commit 62cad18

Browse files
committed
fix:wkflow
1 parent dd851aa commit 62cad18

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: CI and CD
22

33
on:
44
push:
@@ -38,13 +38,6 @@ jobs:
3838
with:
3939
files: ./coverage/fsms-angular-pubsub/test-report.xml
4040

41-
- name: Publish Code Coverage
42-
uses: romeovs/lcov-reporter-action@v0.2.16
43-
if: always()
44-
with:
45-
github-token: ${{ secrets.GH_TOKEN }}
46-
lcov-file: ./coverage/fsms-angular-pubsub/lcov.info
47-
4841
- name: Generate tag and ChangeLog
4942
if: success()
5043
run: |
@@ -70,7 +63,6 @@ jobs:
7063
env:
7164
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7265

73-
7466
- name: Archive build
7567
if: success()
7668
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)