Skip to content

Commit 4f9d724

Browse files
committed
Temporarily disable badge update
1 parent 3e00727 commit 4f9d724

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ jobs:
3030
bundler-cache: true
3131
- name: Run the default task
3232
run: bundle exec rake test
33-
- name: Read Coverage
34-
run: |
35-
echo "COVERAGE=$(cat coverage/coverage_percent.txt)%" >> $GITHUB_ENV
36-
- name: Create Coverage Badge
37-
if: ${{ github.ref == 'refs/heads/main' && matrix.ruby == '3.2' }}
38-
uses: schneegans/dynamic-badges-action@v1.6.0
39-
with:
40-
auth: ${{ secrets.BADGES_GIST_ACCESS }}
41-
gistID: b54fe758bfb405c04bef72dad293d707
42-
filename: coverage.json
43-
label: Coverage
44-
message: ${{ env.COVERAGE }}
45-
color: brightgreen
4633

4734
services:
4835
imap:

0 commit comments

Comments
 (0)