Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions: bump codecov/codecov-action from 4.1.1 to 4.2.0 in the minor-patch-dependencies group #336

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ jobs:
run: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=.build/coverage/clover.xml --coverage-text --coverage-xml=.build/coverage/coverage-xml --log-junit=.build/coverage/phpunit.junit.xml --display-warnings --display-deprecations"

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v4.1.1"
uses: "codecov/codecov-action@v4.2.0"
with:
file: ".build/coverage/clover.xml"
flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"

Unchanged files with check annotations Beta

continue;
}
if ($matchNeedle['buildCode'] < $matchCode['buildCode']) {

Check warning on line 65 in src/IosBuild.php

GitHub Actions / Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest)

Escaped Mutant for Mutator "LessThan": --- Original +++ New @@ @@ if ($matchCode['primaryCode'] . $matchCode['secondaryCode'] !== $matchNeedle['primaryCode'] . $matchNeedle['secondaryCode']) { continue; } - if ($matchNeedle['buildCode'] < $matchCode['buildCode']) { + if ($matchNeedle['buildCode'] <= $matchCode['buildCode']) { continue; } $candidate[$matchCode['buildCode']] = $versions[$key];

Check warning on line 65 in src/IosBuild.php

GitHub Actions / Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest)

Escaped Mutant for Mutator "LessThan": --- Original +++ New @@ @@ if ($matchCode['primaryCode'] . $matchCode['secondaryCode'] !== $matchNeedle['primaryCode'] . $matchNeedle['secondaryCode']) { continue; } - if ($matchNeedle['buildCode'] < $matchCode['buildCode']) { + if ($matchNeedle['buildCode'] <= $matchCode['buildCode']) { continue; } $candidate[$matchCode['buildCode']] = $versions[$key];
continue;
}