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