Skip to content

Commit 2bc0b4d

Browse files
committed
Remove coverage for old libs
1 parent 26a73fe commit 2bc0b4d

File tree

4 files changed

+4
-178
lines changed

4 files changed

+4
-178
lines changed

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ignore:
1212
- "newrelic/hooks/framework_pylons.py"
1313
- "newrelic/hooks/framework_web2py.py"
1414
- "newrelic/hooks/middleware_weberror.py"
15+
- "newrelic/hooks/framework_webpy.py"
16+
- "newrelic/hooks/database_oursql.py"
17+
- "newrelic/hooks/database_psycopg2ct.py"
18+
- "newrelic/hooks/datastore_umemcache.py"
1519
# Temporarily disable kafka
1620
- "newrelic/hooks/messagebroker_kafkapython.py"
1721
- "newrelic/hooks/messagebroker_confluentkafka.py"

tests/datastore_umemcache/conftest.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/datastore_umemcache/test_memcache.py

Lines changed: 0 additions & 143 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ envlist =
9898
redis-datastore_aredis-{py37,py38,py39,pypy37}-aredislatest,
9999
solr-datastore_solrpy-{py27,pypy}-solrpy{00,01},
100100
python-datastore_sqlite-{py27,py37,py38,py39,py310,py311,pypy,pypy37},
101-
memcached-datastore_umemcache-{py27,pypy},
102101
python-external_boto3-{py27,py37,py38,py39,py310,py311}-boto01,
103102
python-external_botocore-{py37,py38,py39,py310,py311}-botocorelatest,
104103
python-external_botocore-{py311}-botocore128,
@@ -257,7 +256,6 @@ deps =
257256
datastore_aredis-aredislatest: aredis
258257
datastore_solrpy-solrpy00: solrpy<1.0
259258
datastore_solrpy-solrpy01: solrpy<2.0
260-
datastore_umemcache: umemcache<1.7
261259
external_boto3-boto01: boto3<2.0
262260
external_boto3-boto01: moto<2.0
263261
external_boto3-py27: rsa<4.7.1
@@ -389,7 +387,6 @@ setenv =
389387
with_extensions: NEW_RELIC_EXTENSIONS = true
390388
without_extensions: NEW_RELIC_EXTENSIONS = false
391389
agent_features: NEW_RELIC_APDEX_T = 1000
392-
datastore_umemcache: CFLAGS="-Wno-error"
393390
framework_grpc: PYTHONPATH={toxinidir}/tests/:{toxinidir}/tests/framework_grpc/sample_application
394391
libcurl: PYCURL_SSL_LIBRARY=openssl
395392
libcurl: LDFLAGS=-L/usr/local/opt/openssl/lib
@@ -457,7 +454,6 @@ changedir =
457454
datastore_aredis: tests/datastore_aredis
458455
datastore_solrpy: tests/datastore_solrpy
459456
datastore_sqlite: tests/datastore_sqlite
460-
datastore_umemcache: tests/datastore_umemcache
461457
external_boto3: tests/external_boto3
462458
external_botocore: tests/external_botocore
463459
external_feedparser: tests/external_feedparser

0 commit comments

Comments
 (0)