Skip to content

Commit

Permalink
fix: update codecov CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Oct 31, 2024
1 parent 270b277 commit 9de67f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Upload code coverage results
uses: codecov/codecov-action@v4
with:
- token: ${{ secrets.CODECOV_TOKEN }}
- directory: ./core/build/reports/jacoco/test/

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@v4
Expand Down

0 comments on commit 9de67f0

Please sign in to comment.