Skip to content

Commit 0126fbd

Browse files
committed
update ci.yml and README.md
1 parent ccf64fa commit 0126fbd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535
run: npm audit --production
3636
- name: Run tests
3737
run: npm test
38+
- name: Upload coverage to Codecov
39+
uses: codecov/codecov-action@v4
40+
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# js-quality-starter
22

3-
[![Codecov](https://codecov.io/gh/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME/branch/main/graph/badge.svg?token=YOUR_CODECOV_TOKEN)](https://codecov.io/gh/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME)
3+
[![Codecov](https://codecov.io/gh/ioncakephper/js-quality-starter/branch/main/graph/badge.svg?token=12d4bb6f-21c2-4f8b-8adf-ca4e74ff1232)](https://codecov.io/gh/ioncakephper/js-quality-starter)
44

55
A template repository for modern JavaScript projects with pre-configured linting, formatting, testing, and CI/CD using GitHub Actions.
66

0 commit comments

Comments
 (0)