Skip to content

Commit

Permalink
ci: setup codecov job
Browse files Browse the repository at this point in the history
  • Loading branch information
nulxrd committed Mar 3, 2024
1 parent cf39e11 commit 1b88b5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit --colors=always --coverage-clover=coverage.xml || true

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: charonlab/charon-container

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
Expand Down

0 comments on commit 1b88b5f

Please sign in to comment.