Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sourcelink to enable source debugging of the nuget package #4

Merged
merged 15 commits into from
Jan 6, 2020

Conversation

ceddlyburge
Copy link
Contributor

No description provided.

Cedd Burge added 14 commits January 3, 2020 10:32
I've tried hard with SonarQube, but its just too annoying to use
nuget restore wasn't working, which in turn meant that the dotnet
test command wasn't working either (although msbuild still was
interestingly)

Using dotnet restore does work and fixes the problem

Using dotnet to create the nuget package also required a few changes
to the project
The code coverage still isn't working on appveyor, but is working
locally, so hopefully using 2019, which is what I have on my
computer, will work
Output version of opencover to check against local version
Remove some esoteric type opencover parameters (this works locally)
Make sure DebugSymbols are always included
It must return an exit code that stops the build, and actually it is
displayed during the install step anyway.
@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #4 into master will decrease coverage by 0.41%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   97.34%   96.92%   -0.42%     
==========================================
  Files          41       41              
  Lines        1204     1204              
  Branches        0       54      +54     
==========================================
- Hits         1172     1167       -5     
  Misses         32       32              
- Partials        0        5       +5
Impacted Files Coverage Δ
RES.Configuration/ConfigurationValidator.cs 95.48% <0%> (-2.83%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 940fbed...2582824. Read the comment docs.

@ceddlyburge ceddlyburge merged commit 494ac48 into master Jan 6, 2020
@ceddlyburge ceddlyburge deleted the add-sourcelink branch January 6, 2020 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant