Skip to content

Commit 6500aa5

Browse files
committed
Se cambió la versión definida en scrutinizer.yml. Se removió Codecov de ci.yml. Se agregó log de control al test EmitirDteTemporalTest en _descargar_pdf_temp.
1 parent 8ad0353 commit 6500aa5

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,5 @@ jobs:
4949
name: tests-coverage-php_${{ matrix.php-version }}.txt
5050
path: var/tests-coverage.txt
5151

52-
- name: Upload to Codecov
53-
uses: codecov/codecov-action@v4
54-
with:
55-
token: ${{ secrets.CODECOV_TOKEN }}
56-
files: var/tests-coverage.xml
57-
fail_ci_if_error: true
58-
verbose: true
59-
6052
- name: Display PHP version
6153
run: php -v

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
format: clover
1414
environment:
1515
php:
16-
version: 8.2.1
16+
version: 8.3.13
1717
pecl_extensions:
1818
- xdebug
1919
dependencies:

tests/dte_facturacion/EmitirDteTemporalTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ private function _descargar_pdf_temp(array $dte_temp): void
166166
$dte_temp['codigo'],
167167
$dte_temp['emisor'],
168168
);
169+
echo "Se descargará el PDF con los siguientes parámetros: \n";
170+
echo $resource;
169171
try {
170172
$response = self::$client->get($resource);
171173
if ($response['status']['code'] != '200') {

0 commit comments

Comments
 (0)