We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc5c11 commit 0da6e16Copy full SHA for 0da6e16
2 files changed
.github/workflows/nodejs.yml
@@ -1,4 +1,4 @@
1
-name: Node CI
+name: build
2
3
on: [push]
4
README.md
@@ -1,8 +1,8 @@
<a name="top"></a>
# UI5 Web Components for React
<p align="center">
- <a href="https://travis-ci.org/SAP/ui5-webcomponents-react" target="_blank">
5
- <img alt="Build Status" src="https://img.shields.io/travis/SAP/ui5-webcomponents-react/master.svg">
+ <a href="https://github.com/SAP/ui5-webcomponents-react/actions?query=workflow:%22build%22" target="_blank">
+ <img alt="Build Status" src="https://github.com/SAP/ui5-webcomponents-react/workflows/build/badge.svg?branch=master">
6
</a>
7
<a href="https://codecov.io/gh/SAP/ui5-webcomponents-react">
8
<img src="https://codecov.io/gh/SAP/ui5-webcomponents-react/branch/master/graph/badge.svg" />
0 commit comments