Skip to content

Commit

Permalink
feat_: added simple codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 3, 2024
1 parent 9a5c9a3 commit 40e659e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true

# When modifying this file, please validate using:
# make codecov-validate
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,6 @@ run-integration-tests:
run-anvil: SHELL := /bin/sh
run-anvil:
docker-compose -f integration-tests/docker-compose.anvil.yml up --remove-orphans

codecov-validate:
curl -X POST --data-binary @codecov.yml https://codecov.io/validate
Empty file removed codecov.yml
Empty file.

0 comments on commit 40e659e

Please sign in to comment.