-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Tests-Only] Adjust skip tags expected failures #37725
Conversation
9bf273f
to
6f013b0
Compare
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
5 similar comments
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37725 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
This was just used by OCIS PRs to demonstrate using the |
Uses
EXPECTED_FAILURES_FILE
test runner ability from PR #37717 which is now in core master.This is a helper demonstrator for owncloud/ocis-reva#394
It changes some
skipOnOcis
tags towasSkipOnOcis
- that means that the scenarios will be run by OCIS CI (and are scenarios that will currently fail on OCIS).That enables demonstration of using
EXPECTED_FAILURES_FILE
to handle a list of known failures in the ocis-reva repo.