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

2.7.3 #100

Merged
merged 3 commits into from
Aug 5, 2022
Merged

2.7.3 #100

merged 3 commits into from
Aug 5, 2022

Commits on Jul 16, 2022

  1. Feature: Add GitHub actions & remove Travis CI (#97)

    * Add first iteration of GitHub actions workflow.
    
    * Remove Travis YML
    
    * Fix linting errors in workflow.
    
    * Testing some Action updates.
    
    * Add coverage and tools.
    
    * Fix YML lint error.
    
    * Update phpcs with checkstyle for reporting.
    
    * Update workflow with cs2pr, adding create all branches shell and phpcs report to PR step.
    
    * Remove diff
    thefrosty authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    0fb662a View commit details
    Browse the repository at this point in the history
  2. Feature/codecov (#98)

    * Add php code coverage, and clover results.
    
    * Remove empty workflow, add flag for codecov.
    
    * Add `continue-on-error: true`.
    
    * Change checkstyle to report.
    
    * Update gitignore.
    
    * Update PHPUnit config.
    
    * Set coverage to match current percentage size.
    
    * Update readme, removing travis build status.
    thefrosty authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    8ebf4d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Flag Enhancements (#99)

    * Remove travis from gitattributes.
    
    * Add new helper functions bash file.
    
    * Move shared code into functions.sh.
    
    * Move shared code into functions.sh.
    
    * Update test based on abstract class changes.
    
    * Enhancements to base testcase class.
    
    * Move shared code into functions.sh. and pass argument flags to args.
    
    * Update install wp tests.
    
    * Add codecov badge.
    
    * Don't fail workflow if codecov failes.
    
    * Change source to find from current directory name.
    
    * Add fallback for default.
    
    * Update PHPUnit config.
    
    * Fail test on tests error.
    
    * Remove XML reporting.
    
    * Remove PHPMD ✌🏼
    
    * Change functions for default branch from remote, and fix flags.
    thefrosty authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b7b7a4f View commit details
    Browse the repository at this point in the history