Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Dec 27, 2022
1 parent 101a0f1 commit a68cb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/healthchecks_ravendb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./test/HealthChecks.RavenDb.Tests/HealthChecks.RavenDb.Tests.csproj
--no-restore
--no-build
--collect "XPlat Code Coverage"
--collect "XPlat Code Coverage"
--results-directory .coverage
--
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthchecks_redis_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./test/HealthChecks.Redis.Tests/HealthChecks.Redis.Tests.csproj
--no-restore
--no-build
--collect "XPlat Code Coverage"
--collect "XPlat Code Coverage"
--results-directory .coverage
--
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
Expand Down

0 comments on commit a68cb57

Please sign in to comment.