Skip to content

Commit 653d822

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Rust coverage: job name added.
1 parent cd7094d commit 653d822

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/rust-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Coverage
2+
name: Rust Coverage
33

44
on: # yamllint disable-line rule:truthy
55
push:
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111

1212
jobs:
1313
coverage:
14+
name: Rust Coverage
1415
runs-on: ubuntu-latest
1516
env:
1617
CARGO_TERM_COLOR: always

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Rust
2+
name: Rust Test
33

44
on: # yamllint disable-line rule:truthy
55
push:

0 commit comments

Comments
 (0)