Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Create docs build CI #1100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create docs build CI #1100

wants to merge 2 commits into from

Conversation

Andrew-Chen-Wang
Copy link
Collaborator

@Andrew-Chen-Wang Andrew-Chen-Wang commented Aug 7, 2021

What do these changes do?

Adds a CI for building the docs

Are there changes in behavior for the user?

No

Related issue number

Fixes #1084

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES/ folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example:
      Fix issue with non-ascii contents in doctest text files.

@codecov
Copy link

codecov bot commented Aug 7, 2021

Codecov Report

Merging #1100 (8ec9b2b) into master (04fefd8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1100   +/-   ##
=======================================
  Coverage   89.22%   89.22%           
=======================================
  Files          21       21           
  Lines        6823     6823           
  Branches      653      653           
=======================================
  Hits         6088     6088           
  Misses        567      567           
  Partials      168      168           
Flag Coverage Δ
unit 89.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 04fefd8...8ec9b2b. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Developer requirements conflict
1 participant