We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d326e32 + 134a697 commit 525e089Copy full SHA for 525e089
.github/workflows/run_all_tests_and_upload_code_coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run tests
24
run: dotnet test csharp/PhoneNumbers.sln --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
25
- name: Upload coverage reports to Codecov
26
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
slug: twcclegg/libphonenumber-csharp
0 commit comments