Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Nov 13, 2024
1 parent c8c7673 commit 069366b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/NMS_TEMPLATE/codecov.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ${{nms.codecov}}

- name: 📶 Push to Codecov
if: ${{ needs.prepare.outputs.hasCoverageKey == 'true' }}
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.COVERAGE_KEY }}
directory: ./coverage/
Expand Down
3 changes: 2 additions & 1 deletion .github/NMS_TEMPLATE/test.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
3.1.x
6.0.x
8.0.x

9.0.x

${{nms.tests}}

- name: Publish Test Results
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
发布日志节点案例格式如下(支持多版本发布):
Example:
## [5.1.0.0] - 2023-04-02
Expand Down
2 changes: 1 addition & 1 deletion test/ut/Compile/RefAssembly/RefAssembly.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0;net9.0;</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand Down

0 comments on commit 069366b

Please sign in to comment.