We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db975df commit ffd993aCopy full SHA for ffd993a
2 files changed
.github/workflows/codecov.yml
@@ -0,0 +1,30 @@
1
+name: CodeCov
2
+
3
+on:
4
+ workflow_run:
5
+ workflows:
6
+ - "sentry-delayed_job Test"
7
+ - "sentry-opentelemetry Test"
8
+ - "sentry-rails Test"
9
+ - "sentry-raven Test"
10
+ - "sentry-resque Test"
11
+ - "sentry-ruby Test"
12
+ - "sentry-sidekiq Test"
13
+ types:
14
+ - completed
15
+ branches:
16
+ - master
17
+ pull_request:
18
19
20
21
+jobs:
22
+ codecov:
23
+ runs-on: ubuntu-latest
24
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
25
+ steps:
26
+ - name: Codecov
27
+ uses: codecov/[email protected]
28
29
+ - name: Trigger Codecov
30
+ run: codecovcli send-notifications
codecov.yml
@@ -1,5 +1,7 @@
codecov:
disable_default_path_fixes: true
+ notify:
+ manual_trigger: true
ignore:
- "**/spec/**"
comment:
0 commit comments