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

Greg/ci exclusions #310

Merged
merged 2 commits into from
Jun 9, 2020
Merged

Greg/ci exclusions #310

merged 2 commits into from
Jun 9, 2020

Conversation

greg-szabo
Copy link
Member

Fixes #309

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGES.md

@greg-szabo greg-szabo requested a review from liamsi June 9, 2020 13:21
@codecov-commenter
Copy link

Codecov Report

Merging #310 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #310   +/-   ##
======================================
  Coverage    30.5%   30.5%           
======================================
  Files         127     127           
  Lines        4580    4580           
  Branches     1416    1416           
======================================
  Hits         1398    1398           
  Misses       2215    2215           
  Partials      967     967           

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 bcef28b...83ec896. Read the comment docs.

- Moved to GitHub Actions ([#120](https://github.com/informalsystems/tendermint-rs/issues/120))
- Updated crates.io badges ([#120](https://github.com/informalsystems/tendermint-rs/issues/120))
- Enabled integration tests in CI with Tendermint-Go node service ([#120](https://github.com/informalsystems/tendermint-rs/issues/120))
- Removed docs folder from CI execution ([#309](https://github.com/informalsystems/tendermint-rs/issues/309))
Copy link
Member

@liamsi liamsi Jun 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General remark: Do we really want to mention every CI improvement in the Changelog? It does not affect anyone using of this repo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL, we don't need to, I'm just a busybody. I actually never know what we should mention about CI, because it doesn't affect anyone outside the developers of the repository.

When we cut a release, we can clean this up. I think it's worth keeping them in pending, so developers are aware.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also felt weird adding CI improvements to the changelog, but did it to follow existing precedent.

But Greg's certainly right that devs should be kept abreast of developments in our CI. Maybe it would make sense to have a separate changelog for the devenv (inclusive of all CI/CD) -- since it's a piece of software in its own right, whose users are any and all contributors.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Oh man -- sorry for the super tardy reply here... I am cleaning out my inbox and didn't check the context/dates before replying 🤦 )

Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @greg-szabo !

@liamsi liamsi merged commit 71d7e23 into master Jun 9, 2020
@liamsi liamsi deleted the greg/ci-exclusions branch June 9, 2020 13:34
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.

CI tests for non-Rust documents
4 participants