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

Eliminate Travis in favor of GitHub Actions for linting and testing #354

Merged
merged 17 commits into from
Dec 6, 2020

Conversation

westonruter
Copy link
Collaborator

@westonruter westonruter commented Dec 6, 2020

Props to @pierlon for the infrastructure work done originally in the AMP plugin, where GitHub actions were initially used to run tests instead of Travis in ampproject/amp-wp#5201.

Fixes #197.

@codecov-io
Copy link

codecov-io commented Dec 6, 2020

Codecov Report

❗ No coverage uploaded for pull request base (develop@ad64ebd). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #354   +/-   ##
==========================================
  Coverage           ?   19.62%           
  Complexity         ?      314           
==========================================
  Files              ?       50           
  Lines              ?     1620           
  Branches           ?        0           
==========================================
  Hits               ?      318           
  Misses             ?     1302           
  Partials           ?        0           
Flag Coverage Δ Complexity Δ
php 19.62% <0.00%> (?) 0.00% <0.00%> (?%)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad64ebd...350f549. Read the comment docs.

@westonruter westonruter added this to the 0.6 milestone Dec 6, 2020
@westonruter westonruter requested a review from amedina December 6, 2020 08:06
Copy link
Collaborator

@amedina amedina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Travis config to apply improvements from AMP plugin
3 participants