Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Feb 1, 2024
1 parent deac2cd commit 170d71f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
java-version: "21"
distribution: "liberica"
- run: ./gradlew check distTar
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: "Backend Application"
Expand All @@ -40,6 +44,10 @@ jobs:
run: yarn install
- working-directory: frontend
run: yarn run build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: "Frontend Application"
Expand Down

0 comments on commit 170d71f

Please sign in to comment.