-
Notifications
You must be signed in to change notification settings - Fork 285
Update link to gcovr documentation in HTML. #723
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
Conversation
Oh this is good. But instead of using the label Would such versions require updates to the release checklist script? Could it work somewhat robustly by stripping off the local version part from a version number? In any case, it should check that a release proceeds only with a valid public version number. |
Master doesn't work. I'm working on the checklist and will force a push if it's working. |
c311fcc
to
11a3bd7
Compare
Codecov ReportBase: 95.58% // Head: 94.27% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #723 +/- ##
==========================================
- Coverage 95.58% 94.27% -1.31%
==========================================
Files 28 28
Lines 3850 3846 -4
Branches 672 672
==========================================
- Hits 3680 3626 -54
- Misses 92 140 +48
- Partials 78 80 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…est released version.
d23ddea
to
9243ffe
Compare
9243ffe
to
acc5cab
Compare
* Move template and html writer to a separate directory. * Extend link to documentation with version of gcovr. * Change current version to `5.2+master` to distinguish between the latest released version. * Respect encoding when updating reference data.
The existing reports always linked to the latest version of the documentation. This PR changes the link to point to the documentation of the version used to create the current page.
The version is also set to
master
on the development branch. If someone installs the current master branch and callspip freeze
the version is shown asgcovr==5.2
which isn't the truth.When bumping the new version we should change it back to
master
after the release.