Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
remove badge generation and upload because of technical problems and restrictions
  • Loading branch information
mike4git authored Aug 10, 2024
1 parent e755f05 commit 9c6a60f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,3 @@ jobs:

- name: Execute tests
run: composer tests:coverage:gitlab-ci

- name: Upload coverage report
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: .coverage

- name: Generate coverage badge
run: |
npx cobertura-badger .coverage/cobertura.xml -o .coverage/cobertura-coverage.svg
npx lcov-badge coverage/lcov.info --output coverage/coverage.svg
- name: Upload coverage badge
uses: actions/upload-artifact@v2
with:
name: coverage-badge
path: coverage/coverage.svg

0 comments on commit 9c6a60f

Please sign in to comment.