Skip to content

Commit 4758102

Browse files
Remove flag-name
1 parent d4d2f5d commit 4758102

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ jobs:
7979
github-token: ${{ secrets.GITHUB_TOKEN }}
8080
path-to-lcov: lcov.info
8181
parallel: true
82-
flag-name: rust-unit-tests
83-
8482
build:
8583
strategy:
8684
fail-fast: false
@@ -203,8 +201,6 @@ jobs:
203201
github-token: ${{ secrets.GITHUB_TOKEN }}
204202
path-to-lcov: coverage/lcov.info
205203
parallel: true
206-
flag-name: ${{ matrix.settings.target }}-node@${{ matrix.node }}-binding-tests
207-
208204
test-linux-binding:
209205
name: Test ${{ matrix.target }} - node@${{ matrix.node }}
210206
needs:
@@ -279,8 +275,7 @@ jobs:
279275
github-token: ${{ secrets.GITHUB_TOKEN }}
280276
path-to-lcov: coverage/lcov.info
281277
parallel: true
282-
flag-name: ${{ matrix.target }}-node@${{ matrix.node }}-binding-tests
283-
coverage:
278+
= coverage:
284279
name: Report Coverage
285280
runs-on: ubuntu-latest
286281
needs: [test, test-macOS-windows-binding, test-linux-binding]

0 commit comments

Comments
 (0)