Skip to content

Commit

Permalink
Switch from master to main as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 23, 2024
1 parent afb1783 commit 411dfb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[paths]
source =
message_db

[run]
branch = true
source =
message_db
parallel = true

[report]
show_missing = true
precision = 2

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
codecov:
token: 3cea641a-834f-4a9c-a114-237c535de249

0 comments on commit 411dfb2

Please sign in to comment.