We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a9caeb + eafb353 commit 2be73fbCopy full SHA for 2be73fb
.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.5.0
+ uses: codecov/codecov-action@v4.6.0
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
slug: twcclegg/libphonenumber-csharp
0 commit comments