We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25c4f9 commit 924cd82Copy full SHA for 924cd82
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run tests
39
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
40
- name: Upload coverage reports to Codecov
41
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v6.0.0
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
run-tests:
0 commit comments