Skip to content

speed up CI by not running unneeded steps#35331

Merged
phil-davis merged 2 commits into
masterfrom
noUnneededtoken
May 27, 2019
Merged

speed up CI by not running unneeded steps#35331
phil-davis merged 2 commits into
masterfrom
noUnneededtoken

Conversation

@individual-it

@individual-it individual-it commented May 27, 2019

Copy link
Copy Markdown
Member

Description

skip unneeded work during test runs

Related Issue

part of owncloud/QA#621

Motivation and Context

less code == more better

How Has This Been Tested?

🤖

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • Backport (if applicable set "backport-request" label and remove when the backport was done)

@individual-it individual-it self-assigned this May 27, 2019
@codecov

codecov Bot commented May 27, 2019

Copy link
Copy Markdown

Codecov Report

Merging #35331 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #35331   +/-   ##
=======================================
  Coverage   48.87%   48.87%           
=======================================
  Files         109      109           
  Lines       10560    10560           
  Branches     1288     1288           
=======================================
  Hits         5161     5161           
  Misses       5022     5022           
  Partials      377      377
Flag Coverage Δ
#javascript 53.69% <ø> (ø) ⬆️
#phpunit 38.17% <ø> (ø) ⬆️

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 3afe3fc...3beaf17. Read the comment docs.

@codecov

codecov Bot commented May 27, 2019

Copy link
Copy Markdown

Codecov Report

Merging #35331 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #35331   +/-   ##
=========================================
  Coverage     65.53%   65.53%           
  Complexity    18651    18651           
=========================================
  Files          1218     1218           
  Lines         70549    70549           
  Branches       1288     1288           
=========================================
  Hits          46236    46236           
  Misses        23936    23936           
  Partials        377      377
Flag Coverage Δ Complexity Δ
#javascript 53.69% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 66.89% <ø> (ø) 18651 <ø> (ø) ⬇️

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 3afe3fc...3beaf17. Read the comment docs.

@individual-it

Copy link
Copy Markdown
Member Author

backport in #35333

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.

2 participants