We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 936c1e7 + 7673ec8 commit 5cbd43eCopy full SHA for 5cbd43e
.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.3.1
+ uses: codecov/codecov-action@v4.4.1
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
slug: twcclegg/libphonenumber-csharp
0 commit comments