Skip to content

Commit 1fa79c1

Browse files
Исправлена среда тестирования. Убрано покрытие тестами
1 parent e94c657 commit 1fa79c1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: build
22

33
on:
44
push:
@@ -48,9 +48,4 @@ jobs:
4848
run: php vendor/bin/codecept run --coverage --coverage-xml --coverage-phpunit
4949

5050
- name: Download artifacts
51-
uses: actions/download-artifact@v2
52-
53-
- name: Coveralls GitHub Action
54-
uses: coverallsapp/github-action@1.1.3
55-
with:
56-
github-token: ${{ secrets.COVERALLS_TOKEN }}
51+
uses: actions/download-artifact@v2

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
![release](https://img.shields.io/github/v/release/mepihindeveloper/php-data-entities?label=version)
44
![license](https://img.shields.io/github/license/mepihindeveloper/php-data-entities)
5-
![build](https://img.shields.io/github/workflow/status/mepihindeveloper/php-data-entities/PHP%20Composer)
6-
![codecov](https://img.shields.io/codecov/c/github/mepihindeveloper/php-data-entities?token=d9082c20-f6be-4a83-8475-d459abd8f7d5)
5+
![build](https://github.com/mepihindeveloper/php-data-entities/actions/workflows/php.yml/badge.svg?branch=development)
76

87
Компонент для работы с пользовательскими константами в PHP. Данный компонент помогает оперировать константами и их
98
представлениями.

0 commit comments

Comments
 (0)