Skip to content

Commit

Permalink
Merge pull request #2 from nora-codecov/part2
Browse files Browse the repository at this point in the history
add codecov yml
  • Loading branch information
nora-codecov committed Sep 12, 2024
2 parents 62a0cc8 + add525c commit 2fb1dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: 100%
threshold: 1%

0 comments on commit 2fb1dcc

Please sign in to comment.