Skip to content

Commit 6296993

Browse files
author
Alireza Baloochi
committed
Update action name
1 parent e783b40 commit 6296993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

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

33
on:
44
pull_request:
@@ -22,7 +22,7 @@ jobs:
2222
# Will still run for each push to bump-meilisearch-v*
2323
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
2424
runs-on: ubuntu-latest
25-
name: integration-tests
25+
name: Code Coverage
2626
steps:
2727
- uses: actions/checkout@v4
2828
# Nightly Rust is used for cargo llvm-cov --doc below.

0 commit comments

Comments
 (0)