Skip to content

Commit 7448c27

Browse files
Merge branch 'main' into dataset-tags-lables
2 parents 4a3e23c + ee6ae52 commit 7448c27

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/coverage.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,3 @@ jobs:
7373

7474
- name: Generate coverage report
7575
run: cargo llvm-cov report --lcov --output-path coverage.lcov
76-
77-
- name: Upload Coverage Report
78-
uses: coverallsapp/github-action@v2.2.3
79-
with:
80-
github-token: ${{ secrets.GITHUB_TOKEN }}
81-
file: ./coverage.lcov
82-
parallel: true
83-
flag-name: run-${{ matrix.os }}-cargo
84-
85-
- name: Finish Coverage Report
86-
uses: coverallsapp/github-action@v2.2.3
87-
with:
88-
github-token: ${{ secrets.GITHUB_TOKEN }}
89-
parallel-finished: true

0 commit comments

Comments
 (0)