Skip to content

Commit

Permalink
ci: migrate to codecov for test coverage (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Jan 6, 2024
1 parent d96e38b commit 92b476e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
yarn
yarn test
- name: SonarCloud Scan ☁️
uses: sonarsource/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Upload coverage report 📡
uses: codecov/codecov-action@v3.1.4

lint:
name: Lint
Expand Down

0 comments on commit 92b476e

Please sign in to comment.