Skip to content

Commit 411dfb2

Browse files
committed
Switch from master to main as default branch
1 parent afb1783 commit 411dfb2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.coveragerc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[paths]
2+
source =
3+
message_db
4+
5+
[run]
6+
branch = true
7+
source =
8+
message_db
9+
parallel = true
10+
11+
[report]
12+
show_missing = true
13+
precision = 2
14+

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
test:

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
codecov:
2+
token: 3cea641a-834f-4a9c-a114-237c535de249

0 commit comments

Comments
 (0)