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 123844d commit ca24ecaCopy full SHA for ca24eca
.github/workflows/dotnet-coverage.yml
@@ -4,7 +4,6 @@
4
# yamllint enable rule:line-length
5
6
---
7
-
8
name: .NET Coverage
9
10
on: # yamllint disable-line rule:truthy
@@ -16,8 +15,8 @@ on: # yamllint disable-line rule:truthy
16
15
workflow_dispatch:
17
18
jobs:
19
- build:
20
- name: "Run CI"
+ coverage:
+ name: "Run Coverage"
21
strategy:
22
fail-fast: false
23
matrix:
.github/workflows/dotnet.yml
name: .NET Tests
+ test:
+ name: "Run Tests"
0 commit comments