-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency update and enabling testing and code coverage through Gith…
…ub Actions
- Loading branch information
1 parent
b2e8f2e
commit 3b92481
Showing
7 changed files
with
87 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"apiKey": "[API Key]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Documentation: https://docs.codecov.io/docs/codecov-yaml | ||
|
||
codecov: | ||
# Avoid "Missing base report" | ||
# https://github.com/codecov/support/issues/363 | ||
# https://docs.codecov.io/docs/comparing-commits | ||
allow_coverage_offsets: true | ||
|
||
# Avoid Report Expired | ||
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports | ||
max_report_age: off | ||
|
||
coverage: | ||
# Use integer precision | ||
# https://docs.codecov.com/docs/codecovyml-reference#coverageprecision | ||
precision: 0 | ||
|
||
# Explicitly control coverage status checks | ||
# https://docs.codecov.com/docs/commit-status#disabling-a-status | ||
status: | ||
project: on | ||
patch: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<RunSettings> | ||
<MaxCpuCount>0</MaxCpuCount> | ||
<DataCollectionRunSettings> | ||
<DataCollectors> | ||
<DataCollector friendlyName="XPlat code coverage"> | ||
<Configuration> | ||
<Format>cobertura</Format> | ||
<Include>[OpenWeatherMap.Cache*]*</Include> | ||
<Exclude>[*.Tests]*</Exclude> | ||
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute> | ||
<IncludeTestAssembly>false</IncludeTestAssembly> | ||
<SkipAutoProps>true</SkipAutoProps> | ||
</Configuration> | ||
</DataCollector> | ||
</DataCollectors> | ||
</DataCollectionRunSettings> | ||
</RunSettings> |