Skip to content

Commit

Permalink
tests with schedule, codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioreyes committed Nov 5, 2021
1 parent 2ba8d38 commit 3ab5864
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 9 * * MON,WED,FRI'

jobs:
build:
Expand Down
20 changes: 20 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "80...100"

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no

0 comments on commit 3ab5864

Please sign in to comment.