Skip to content

Commit db9317e

Browse files
authored
Merge branch 'main' into claude/add-separate-output-check-pipeline
2 parents 27a70cf + 56d20a3 commit db9317e

File tree

33 files changed

+1090182
-506
lines changed

33 files changed

+1090182
-506
lines changed

.github/workflows/create_test_conda_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Run pytest
7373
run: |
74-
pytest --cov=fremorizer --cov-config=coveragerc fremorizer/tests/ -v
74+
pytest --cov=fremorizer --cov-config=coveragerc --cov-report=xml fremorizer/tests/ -v
7575
7676
- name: Upload Coverage to Codecov
7777
if: ${{ always() }}

.github/workflows/docs.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/pylint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: pylint
22
on:
3+
push:
4+
branches:
5+
- main
36
pull_request:
47
branches:
58

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ build:
1313
jobs:
1414
pre_install:
1515
# Install minimal dependencies needed for doc build
16-
- pip install sphinx renku-sphinx-theme sphinx-rtd-theme click pyyaml
16+
- pip install sphinx renku-sphinx-theme sphinx-rtd-theme click pyyaml jsonschema rstcheck
1717
pre_build:
1818
# Generate API documentation from source
1919
- sphinx-apidoc --ext-autodoc --output-dir docs fremorizer/ --separate
20+
# rst lint
21+
- rstcheck --recursive docs/
2022

2123
# Configure Sphinx
2224
sphinx:
2325
configuration: docs/conf.py
2426

2527

26-

CONDA_FORGE_FEEDSTOCK_PLAN.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)