Skip to content

Commit d165dd8

Browse files
committed
Rename coverage.yml to build.yml (and 'Coverage' to 'Build').
The reason being that we still want a Build Badge. The Coverage Badge is coming from coveralls. There is a desire to have only a single Workflow. To achieve this, the build.yml that builds AND sends to coveralls must be used as a Build Badge. This is because the GithubActions will builds the Badges entirely based on the name provided by the Workflow. The Workflow file itself is also renamed to be consistent with the name property within the Workflow.
1 parent 57c9170 commit d165dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Coverage
1+
name: Build
22

33
on: [ push, pull_request, workflow_dispatch ]
44

0 commit comments

Comments
 (0)