Skip to content

Commit

Permalink
chore: use Codecov instead of github pages for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BUR4KBEY committed Apr 14, 2024
1 parent 7ccf918 commit 3a61946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/coverage.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![NPM Version](https://img.shields.io/npm/v/%40burakbey%2Fsnowflake?style=for-the-badge&logo=npm&color=blue&cacheSeconds=3600&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40burakbey%2Fsnowflake)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bur4kbey/snowflake/test.yml?style=for-the-badge&label=test&cacheSeconds=3600&link=https%3A%2F%2Fgithub.com%2FBUR4KBEY%2Fsnowflake%2Factions%2Fworkflows%2Ftest.yml)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bur4kbey/snowflake/test.yml?style=for-the-badge&label=tests&cacheSeconds=3600&link=https%3A%2F%2Fgithub.com%2FBUR4KBEY%2Fsnowflake%2Factions%2Fworkflows%2Ftest.yml)
![Codecov](https://img.shields.io/codecov/c/github/bur4kbey/snowflake?style=for-the-badge&cacheSeconds=3600&link=https%3A%2F%2Fapp.codecov.io%2Fgh%2FBUR4KBEY%2Fsnowflake)
![GitHub License](https://img.shields.io/github/license/bur4kbey/snowflake?style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FBUR4KBEY%2Fsnowflake%2Fblob%2Fmain%2FLICENSE)
![GitHub Repo stars](https://img.shields.io/github/stars/bur4kbey/snowflake?style=for-the-badge&label=%E2%AD%90%20STARS&color=yellow&cacheSeconds=3600&link=https%3A%2F%2Fgithub.com%2FBUR4KBEY%2Fsnowflake)
Expand Down Expand Up @@ -154,4 +154,4 @@ In this example, no bits are reserved for the machine id since only one process

## 🧪 Code Coverage and Tests

Tests are crucial for ensuring that the library functions as expected. You can review the latest code coverage report by visiting [**bur4kbey.github.io/snowflake**](https://bur4kbey.github.io/snowflake). The primary objective is to achieve complete coverage of the entire codebase through rigorous testing.
Tests are crucial for ensuring that the library functions as expected. You can review the code coverage reports by visiting [**Codecov**](https://app.codecov.io/gh/BUR4KBEY/snowflake). The primary objective is to achieve complete coverage of the entire codebase through rigorous testing.

0 comments on commit 3a61946

Please sign in to comment.