From 411dfb2de2e6ea118ee07acfbf1ddea4d1042b20 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Tue, 23 Apr 2024 15:34:12 -0700 Subject: [PATCH] Switch from master to main as default branch --- .coveragerc | 14 ++++++++++++++ .github/workflows/ci.yml | 4 ++-- codecov.yml | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .coveragerc create mode 100644 codecov.yml diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..a812f71 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,14 @@ +[paths] +source = + message_db + +[run] +branch = true +source = + message_db +parallel = true + +[report] +show_missing = true +precision = 2 + diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8315934..8cb633d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..2d8bc29 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +codecov: + token: 3cea641a-834f-4a9c-a114-237c535de249 \ No newline at end of file