Skip to content

Commit

Permalink
Merge branch 'main' into inject-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jun 20, 2024
2 parents 0c6ef09 + e886296 commit cddf724
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 38 deletions.
30 changes: 3 additions & 27 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
---
title: ""
---
<!--
Use a conventional commit standard pull-request title,
like 'feat: My new feature' or 'fix: Div/zero in X calculation'
-->

### description of change

<!--
Please include a summary of the change and which issue is fixed.
Include relevant motivation, context, and sources of information or recipes.
Use a To Do "done when" list if helpful; example:
<!-- some optional templates:
#### done when
- [ ] Implement X
- [ ] Implement Y
- [ ] Fix: #123
- [ ] Fix: #1234
or a simply:
Fixes:
- # <-- add issue number(s) as a rendered list
-->
- #1234 <-- add related issue number(s) as bullet list
<!--
If helpful, also include this checklist to communicate what you've done
to prepare this Pull Request for acceptance.
Expand All @@ -39,12 +24,3 @@ to prepare this Pull Request for acceptance.
- [ ] My changes generate no new warnings or other code analysis issues
- [ ] I have made corresponding changes to the documentation
-->

<!--
We also recommend creating the pull request as early as possible,
in Draft status. This will allow you to log any discoveries along
the way as comments in the body of this pull request and to have
conversations with others for early feedback (optional).
Please delete these hidden explanatory comments when submitting.
-->
13 changes: 6 additions & 7 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

permissions:
contents: read
pull-requests: write
actions: read
checks: write

strategy:
matrix:
Expand Down Expand Up @@ -82,14 +83,12 @@ jobs:
--results-directory ./test-other
- name: Post test summary
uses: bibipkins/dotnet-test-reporter@v1.4.1
uses: dorny/test-reporter@v1
if: env.IS_PRIMARY == 'true' && always()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: ""
results-path: ./test-indicators/**/*.trx
coverage-path: ./test-indicators/**/coverage.cobertura.xml
coverage-type: cobertura
name: Test results
path: ./test-indicators/**/*.trx
reporter: dotnet-trx

- name: Publish coverage to Codacy
uses: codacy/codacy-coverage-reporter-action@v1
Expand Down
4 changes: 2 additions & 2 deletions tests/indicators/Tests.Indicators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions tests/other/Tests.Other.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cddf724

Please sign in to comment.