We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7094d commit 653d822Copy full SHA for 653d822
.github/workflows/rust-coverage.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Coverage
+name: Rust Coverage
3
4
on: # yamllint disable-line rule:truthy
5
push:
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
11
12
jobs:
13
coverage:
14
+ name: Rust Coverage
15
runs-on: ubuntu-latest
16
env:
17
CARGO_TERM_COLOR: always
.github/workflows/rust.yml
-name: Rust
+name: Rust Test
0 commit comments