Skip to content

Commit

Permalink
Merge pull request #10 from MocStepan/9-update-codespaces
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
MocStepan authored Apr 2, 2024
2 parents 2a57879 + afc4b9c commit 1119244
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: "*"
pull_request:
branches: ["features","main","fix"]
branches: "*"

jobs:
build:
Expand Down Expand Up @@ -68,3 +68,9 @@ jobs:
- name: Generate Jacoco report
run: ./gradlew jacocoTestReport
working-directory: ./backend

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: MocStepan/STIN-semestral-project

0 comments on commit 1119244

Please sign in to comment.