Skip to content

Commit 97539cb

Browse files
committed
Refactor CI/CD badge names
1 parent 8d6f023 commit 97539cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CodeGen Security-Check
1+
name: Coverity CI
22
on:
33
schedule:
44
- cron: '0 1 * * *' # Daily at 01:00 UTC

.github/workflows/gencode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: CodeGen Command-Check
4+
name: Node.js CI
55

66
on:
77
pull_request:

.github/workflows/testcode.yml renamed to .github/workflows/pushcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: CodeGen Deployment-Check
4+
name: DevOps CI/CD
55

66
on:
77
pull_request:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simplify Framework - CodeGen
22

3-
![Node.js CI](https://github.com/simplify-framework/pets-project/workflows/Node.js%20CI/badge.svg)
3+
![Devops CI/CD](https://github.com/simplify-framework/codegen/workflows/DevOps%20CI/CD/badge.svg)
44
![NPM Downloads](https://img.shields.io/npm/dw/codegen)
55
![Package Version](https://img.shields.io/github/package-json/v/simplify-framework/codegen?color=green)
66
![Coverity Scan](https://scan.coverity.com/projects/21173/badge.svg)

0 commit comments

Comments
 (0)