diff --git a/.github/codecov.yml b/.github/codecov.yml index 92412da80..f7900b7e2 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -16,8 +16,6 @@ component_management: threshold: 0 # Shouldn't remove coverage - type: patch target: 50 # Language specific featues must be 100% covered - flags: - - unit-tests - component_id: graph-sitter-typescript name: graph-sitter-typescript paths: @@ -27,14 +25,10 @@ component_management: threshold: 0 # Shouldn't remove coverage - type: patch target: 50 # Language specific featues must be 100% covered - flags: - - unit-tests - component_id: graph-sitter-core name: graph-sitter-core paths: - src/graph_sitter/** - flags: - - unit-tests flag_management: default_rules: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 649a4195c..390a0ed8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,10 +110,3 @@ jobs: files: dist/* fail_on_unmatched_files: true generate_release_notes: ${{ startsWith(github.ref, 'refs/tags/') }} - - - name: Slack notification - if: always() - uses: ./.github/actions/release-slack-bot - with: - release-tag: ${{ inputs.release-tag || github.ref_name }} - slack-token: ${{ secrets.SLACK_BOT_TOKEN }}