Skip to content

Commit

Permalink
Merge pull request #13 from MocStepan/features
Browse files Browse the repository at this point in the history
Features
  • Loading branch information
MocStepan authored Apr 2, 2024
2 parents 15a2821 + 1119244 commit 594372d
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 594372d

Please sign in to comment.