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

ci: refactor workflows #93

Merged
merged 9 commits into from
May 24, 2024
Merged

ci: refactor workflows #93

merged 9 commits into from
May 24, 2024

Conversation

lotyp
Copy link
Member

@lotyp lotyp commented May 24, 2024

Changes / Additions

.github/labeler.yml

  • Added to automatically label pull requests.

.github/workflows/build-phar-release.yml

  • Merged with .github/workflows/github-releases-to-discord.yml and set the workflow trigger to release publish.

psalm-baseline.xml

  • Fixed issue caused by PHP-CS-Fixer-Config global namespacing rule changes.

.github/workflows/testing.yml

  • Added job compile-phar to build PHAR in continuous integration mode.

.github/workflows/coding-standards.yml

  • Added a new workflow and merged the PHP-CS-Fixer check from .github/workflows/lint-php-files.yml. This workflow now includes:
    • YAML linting
    • Commit linting
    • Markdown linting
    • Coding standards check

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.21%. Comparing base (9edba9f) to head (471a3ba).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #93   +/-   ##
=========================================
  Coverage     24.21%   24.21%           
  Complexity     1122     1122           
=========================================
  Files           129      129           
  Lines          3403     3403           
=========================================
  Hits            824      824           
  Misses         2579     2579           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lotyp lotyp requested a review from roxblnfk May 24, 2024 10:46
.github/labeler.yml Outdated Show resolved Hide resolved
@github-actions github-actions bot added the maintenance CI, dependencies etc label May 24, 2024
.github/labeler.yml Outdated Show resolved Hide resolved
@github-actions github-actions bot added the tests Changes in the tests label May 24, 2024
@lotyp lotyp merged commit dd6292e into master May 24, 2024
21 checks passed
@lotyp lotyp deleted the ci/workflows branch May 24, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance CI, dependencies etc tests Changes in the tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants