Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit c5b1054

Browse files
authored
Merge pull request #10 from k163377/fix_ci
Fix ci name.
2 parents 220a73c + aec8d62 commit c5b1054

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint, Test, and upload Coveradge with Gradle.
1+
name: Lint, Test, upload Coveradge.
22

33
on:
44
push:
@@ -26,4 +26,4 @@ jobs:
2626
- name: upload coverage
2727
uses: codecov/codecov-action@v1
2828
with:
29-
token: ${{ secrets.CODECOV_TOKEN }}
29+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2-
![Lint, Test, and upload Coveradge with Gradle.](https://github.com/ProjectMapK/FastKFunction/workflows/Lint,%20Test,%20and%20upload%20Coveradge%20with%20Gradle./badge.svg)
2+
![Lint, Test, upload Coveradge.](https://github.com/ProjectMapK/FastKFunction/workflows/Lint,%20Test,%20upload%20Coveradge./badge.svg)
33
[![codecov](https://codecov.io/gh/ProjectMapK/FastKFunction/branch/master/graph/badge.svg?token=LcZTfSL7c8)](https://codecov.io/gh/ProjectMapK/FastKFunction)
44

55
---

0 commit comments

Comments
 (0)