Skip to content

Commit 2393da4

Browse files
authored
Merge pull request #10 from PiteurStudio/docs_ci_codecov
ci: codecov fix
2 parents de757ca + 3228be9 commit 2393da4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- name: Execute tests
4848
run: composer test
4949

50-
- name: Upload test results to Codecov
51-
if: ${{ !cancelled() }}
52-
uses: codecov/test-results-action@v1
50+
- name: Upload coverage reports to Codecov
51+
uses: codecov/codecov-action@v5
5352
with:
5453
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<img width="600" src="https://banners.beyondco.de/Satim.dz%20PHP%20Client.png?theme=light&packageManager=composer+require&packageName=piteurstudio%2Fsatim&pattern=architect&style=style_1&description=A+fully+open-source+PHP+package+for+seamless+integration+with+Satim.dz&md=1&showWatermark=1&fontSize=75px&images=https%3A%2F%2Fwww.php.net%2Fimages%2Flogos%2Fnew-php-logo.svg" alt="Satim PHP Client">
44

5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/piteurstudio/php-satim.svg?style=flat-square)](https://packagist.org/packages/piteurstudio/php-satim)
6-
[![codecov](https://codecov.io/gh/PiteurStudio/php-satim/graph/badge.svg?token=MXKQCQ4AGX)](https://codecov.io/gh/PiteurStudio/php-satim)
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/piteurstudio/satim-php.svg?style=flat-square)](https://packagist.org/packages/piteurstudio/satim-php)
6+
[![codecov](https://codecov.io/gh/PiteurStudio/satim-php/branch/main/graph/badge.svg?token=MXKQCQ4AGX)](https://codecov.io/gh/PiteurStudio/satim-php)
77
[![Tests](https://img.shields.io/github/actions/workflow/status/piteurstudio/php-satim/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/piteurstudio/php-satim/actions/workflows/run-tests.yml)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/piteurstudio/php-satim.svg?style=flat-square)](https://packagist.org/packages/piteurstudio/php-satim)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/piteurstudio/satim-php.svg?style=flat-square)](https://packagist.org/packages/piteurstudio/satim-php)
99

1010
# Satim.dz PHP Client
1111

0 commit comments

Comments
 (0)