Skip to content

Commit

Permalink
TESTS: add codecov components
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent 317f91f commit 4a1f388
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
codecov:
project:
enabled: false
patch:
only_pulls: true
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "0...90"

status:
project: yes
patch: yes
changes: no

comment:
layout: "header, diff, components"

component_management:
default_rules:
statuses:
- type: patch
target: auto
individual_components:
- component_id: module_iw
name: InitializeWorkspace
paths:
- "ChemSpaceAL/InitializeWorkspace.py"

0 comments on commit 4a1f388

Please sign in to comment.