Skip to content

Commit 794eca9

Browse files
author
Feng Shang
committed
refactor: change github action file name
1 parent 63fa5e4 commit 794eca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml renamed to .github/workflows/build-with-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Test
1+
name: Build & Test & Coverage
22

33
on:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Release
2020
run: make release
2121

22-
test:
22+
coverage:
2323
runs-on: ubuntu-latest
2424
container:
2525
image: xd009642/tarpaulin:develop-nightly

0 commit comments

Comments
 (0)