From 125875a9609024cbf4f4eaf6d748eb3023d869ee Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 23 Nov 2021 23:03:12 +0100 Subject: [PATCH 1/2] ci: try to upgrade the node version to make the package release Signed-off-by: Vincenzo Palazzo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6adbb0c29..7562b1d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ aliases: - &flutter_environment - image: cirrusci/flutter:stable - &node_environment - - image: circleci/node:10 + - image: circleci/node:16 - &restore_cache keys: # when lock file changes, use increasingly general patterns to restore cache From fa5f21e965e69eb0154fe599436515bc993c2b29 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 23 Nov 2021 23:09:18 +0100 Subject: [PATCH 2/2] codcov: Ingore the example dir Signed-off-by: Vincenzo Palazzo --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 26552ab59..3f4186e24 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -18,4 +18,6 @@ coverage: # don't factor tests into coverage scores ignore: - packages/graphql_flutter/test + - packages/graphql_flutter/example - packages/graphql/test + - packages/graphql/example