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 3e00727 commit 4f9d724Copy full SHA for 4f9d724
.github/workflows/main.yml
@@ -30,19 +30,6 @@ jobs:
30
bundler-cache: true
31
- name: Run the default task
32
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
46
47
services:
48
imap:
0 commit comments