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

[WIP] Visibility trigger for non-amp elements #26995

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 28 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
comment: off
# Overall settings for PR integration via codecov.io
# See https://docs.codecov.io/docs/codecovyml-reference
codecov:
bot: 'amp-coverage-bot'
ci:
- 'travis.org'
max_report_age: 24
require_ci_to_pass: no
notify:
wait_for_ci: no

# Pull request comments disabled because they were too noisy
# See https://docs.codecov.io/docs/pull-request-comments
comment: false

# Separate PR statuses for project-level and patch-level coverage
# See https://docs.codecov.io/docs/commit-status
coverage:
precision: 2
round: down
range: '75...100'
status:
project:
default:
base: auto
target: auto
threshold: 100
if_not_found: success
only_pulls: true
target: 75%
threshold: 1%
patch:
default:
base: auto
target: 100
threshold: 100
if_not_found: success
only_pulls: true
target: 75%
threshold: 1%
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test/coverage/**
# Code directories
build-system/tasks/visual-diff/snippets/*.js
build-system/babel-plugins/**/fixtures/**/*.js
build-system/babel-plugins/**/fixtures/**/*.mjs
build-system/server/app-index/test/*.js
examples/**
extensions/amp-a4a/0.1/test/testdata/**
Expand Down
251 changes: 0 additions & 251 deletions .eslintrc

This file was deleted.

Loading