This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolving merge conflict in README.md
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ name: Coverage | |
# events but only for the master branch | ||
on: | ||
push: | ||
branches: [ development ] | ||
branches: | ||
- dev | ||
- development | ||
pull_request: | ||
branches: [ master ] | ||
|
||
|
@@ -33,4 +35,4 @@ jobs: | |
uses: shogo82148/[email protected] | ||
with: | ||
path-to-profile: server-coverage.cov | ||
working-directory: server | ||
working-directory: server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters