Skip to content

Commit d9f9a1a

Browse files
authored
fix: Codecov yaml, Github workflows (#52)
- **remove slack notif** - **fix codecov yaml**
1 parent 8f9664c commit d9f9a1a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/codecov.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ component_management:
1616
threshold: 0 # Shouldn't remove coverage
1717
- type: patch
1818
target: 50 # Language specific featues must be 100% covered
19-
flags:
20-
- unit-tests
2119
- component_id: graph-sitter-typescript
2220
name: graph-sitter-typescript
2321
paths:
@@ -27,14 +25,10 @@ component_management:
2725
threshold: 0 # Shouldn't remove coverage
2826
- type: patch
2927
target: 50 # Language specific featues must be 100% covered
30-
flags:
31-
- unit-tests
3228
- component_id: graph-sitter-core
3329
name: graph-sitter-core
3430
paths:
3531
- src/graph_sitter/**
36-
flags:
37-
- unit-tests
3832

3933
flag_management:
4034
default_rules:

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,3 @@ jobs:
110110
files: dist/*
111111
fail_on_unmatched_files: true
112112
generate_release_notes: ${{ startsWith(github.ref, 'refs/tags/') }}
113-
114-
- name: Slack notification
115-
if: always()
116-
uses: ./.github/actions/release-slack-bot
117-
with:
118-
release-tag: ${{ inputs.release-tag || github.ref_name }}
119-
slack-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)