1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-12 22:35:43 +00:00

Merge branch 'main' into release/4.0.0

This commit is contained in:
Oliver Booth 2024-02-12 15:09:35 +00:00
commit 1c09081240
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -52,7 +52,7 @@ jobs:
run: dotnet dotcover test --dcReportType=XML
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.0.0
env:
token: ${{ secrets.CODECOV_TOKEN }}
files: dotCover.Output.xml