From 2fd9bfef06264ff8d0b91cdd2bf72e52b7d650c0 Mon Sep 17 00:00:00 2001 From: Nora Shapiro Date: Thu, 12 Sep 2024 14:06:09 -0700 Subject: [PATCH] add threshold back --- .circleci/config.yml | 4 ---- codecov.yml | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7564275..25284fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,10 +3,6 @@ version: 2.1 orbs: codecov: codecov/codecov@4.0.1 -permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout - jobs: test-api: docker: diff --git a/codecov.yml b/codecov.yml index 26a0930..045842d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,4 @@ coverage: project: default: target: 100% + threshold: 1%