We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c149b1f commit 49955fbCopy full SHA for 49955fb
.github/workflows/develop.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches-ignore:
6
- 'release'
7
- pull_request_target:
+ pull_request:
8
9
10
@@ -58,7 +58,7 @@ jobs:
58
dotnet test -c Debug /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --no-build -v n --filter="Category=Integration"
59
mkdir coverage-report
60
- name: Code Coverage Summary Report For Merge Request
61
- if: github.event_name == 'pull_request_target'
+ if: github.event_name == 'pull_request'
62
uses: 5monkeys/cobertura-action@master
63
with:
64
path: ./tests/HydraScript.IntegrationTests/coverage.cobertura.xml
0 commit comments