FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tutorial on CI logs by drammock · Pull Request #245 · scientific-python/learn.scientific-python.org · GitHub

Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
20 changes: 20 additions & 0 deletions content/how-tos/ci-logs.md
This file contains hidden or 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,20 @@
---
title: "How do I access CI logs?"
---

{{< admonition warning >}}
This is a draft document.
{{< /admonition >}}

Most packages use _continuous integration_ (CIs) to ensure that new code contributions don't break existing functionality.
CIs do things like run code style checks, run unit tests on different operating systems or different dependency versions, and build documentation websites.
Frequently, when you contribute bugfixes, new features, or documentation changes to a packages, one or more of the CIs will fail.
Below, we show how to figure out _why_ they failed, and what to do to fix them.

<!-- TODO screenshots of CIs with the doc build broken (CircleCI) -->

<!-- TODO screenshots of CIs with the doc build broken (readthedocs) -->

<!-- TODO screenshots of CIs with a GitHub actions unit test broken -->

<!-- TODO screenshots of CIs with an azure-pipelines unit test broken -->

Back | FazBrowse Home | New Git URL