1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-25 10:23:14 +02:00
Commit Graph

65 Commits

Author SHA1 Message Date
d7e083b59a Fix Code Climate test coverage reports on wrong branch
GitHub Actions actions/checkout@v1 checked out code as a detached HEAD,
which caused Code Climate test coverage reports to appear as on the HEAD branch.

Coverage reports should now appear on an upstream branch.

From the actions/checkout@v2 release notes: https://github.com/actions/checkout/blob/v2/README.md

> - Creates a local branch
>   - No longer detached HEAD when checking out a branch
>   - A local branch is created with the corresponding upstream branch set
2019-12-29 13:20:35 +01:00
0f749d7822 More descriptive issue templates
Hopefully improves the reproducibility of bug reports and quality of feature requests
2019-12-29 12:08:56 +01:00
939d01271c GitHub Actions: Upload code coverage report to Code Climate as well 2019-12-28 16:57:30 +01:00
20ed1ecb00 Enable xdebug in PHP 5.6 builds 2019-12-28 10:58:07 +01:00
e797efce74 Fixed some formatting oddities 2019-12-27 22:18:27 +01:00
3fca73064a Improvements to CONTRIBUTING.md 2019-12-26 11:05:17 -08:00
16ca1494e3 GitHub Actions workflow renamed "Test e107" => "Unit Tests" 2019-12-26 10:18:26 -08:00
4e7d76235c Removed GitLab CI 2019-12-03 23:09:28 -06:00
5ef7777a33 Configure Codecov to comment in GitHub project 2019-12-03 22:56:32 -06:00
283d30f9c1 Added GitHub issue templates 2019-12-02 16:59:03 -06:00
0e2f441c39 Added a GitHub pull request template
Based on: bfcb82cb54/.github/PULL_REQUEST_TEMPLATE.md
2019-12-02 16:51:49 -06:00
d1657560b7 Moved CONTRIBUTING.md to ./.github/ 2019-12-02 14:50:11 -06:00
8d60076054 Fail GitHub Actions build when any tests fail 2019-11-28 23:00:56 -06:00
e8cc0fb462 Attempt to port from GitLab CI to GitHub Actions 2019-11-28 22:39:54 -06:00
b812fd1bdc Create FUNDING.yml to add Sponsor button 2019-10-05 23:24:54 +02:00