• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Ouranosinc / miranda
18%

Build:
DEFAULT BRANCH: main
Repo Added 22 Aug 2019 10:22PM UTC
Files 71
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • CanHomT
  • add-casr-prfr-prrp
  • add-nrcan
  • add_NRCAN_met
  • add_era5_vars
  • add_ghcn_hourly
  • casr-json-update
  • casr-vars
  • casr_v32_updates
  • casrv32-patch
  • configuration-fixes
  • cookiecutter-update
  • dependabot-auto-accept
  • dependabot/github_actions/dot-github/workflows/actions-399ecad3ed
  • dependabot/github_actions/dot-github/workflows/actions-50b22d2a40
  • dependabot/github_actions/dot-github/workflows/actions-513cfd570c
  • dependabot/github_actions/dot-github/workflows/actions-6a6dff6dfe
  • dependabot/github_actions/dot-github/workflows/actions-853efeaa36
  • dependabot/github_actions/dot-github/workflows/actions-8c49b2c159
  • dependabot/github_actions/dot-github/workflows/actions-d38f512f06
  • dependabot/github_actions/dot-github/workflows/actions-e569d89199
  • dependabot/github_actions/dot-github/workflows/actions-eea3f69a6c
  • dependabot/github_actions/dot-github/workflows/actions-f5ce02c393
  • dependabot/pip/CI/bump-my-version-1.2.6
  • dependabot/pip/CI/pip-2c7469b053
  • dependabot/pip/CI/pip-512858e340
  • dependabot/pip/CI/pip-8177a8837a
  • dependabot/pip/CI/pip-a6aa50acab
  • dependabot/pip/CI/pip-c4ff2e68b4
  • dependabot/pip/CI/tox-4.33.0
  • dependabot/pip/black-25.1.0
  • dependabot/pip/blackdoc-0.4.1
  • dependabot/pip/bump-my-version-0.30.0
  • dependabot/pip/bump-my-version-1.1.2
  • dependabot/pip/bump-my-version-1.2.0
  • dependabot/pip/bump-my-version-1.2.1
  • dependabot/pip/bump-my-version-1.2.3
  • dependabot/pip/bump-my-version-1.2.4
  • dependabot/pip/bump-my-version-1.2.5
  • dependabot/pip/deptry-0.23.1
  • dependabot/pip/deptry-0.24.0
  • dependabot/pip/exceptiongroup-1.3.0
  • dependabot/pip/exceptiongroup-1.3.1
  • dependabot/pip/flit-3.10.1
  • dependabot/pip/flit-3.12.0
  • dependabot/pip/flit-core-3.10.1
  • dependabot/pip/flit-core-3.12.0
  • dependabot/pip/isort-6.0.1
  • dependabot/pip/pip-25.0
  • dependabot/pip/pip-25.1
  • dependabot/pip/pip-25.1.1
  • dependabot/pip/pip-25.2
  • dependabot/pip/pip-25.3
  • dependabot/pip/pylint-3.3.8
  • dependabot/pip/pylint-4.0.3
  • dependabot/pip/pylint-4.0.4
  • dependabot/pip/requests-2.32.5
  • dependabot/pip/tomli-2.3.0
  • dependabot/pip/tox-4.25.0
  • dependabot/pip/tox-4.26.0
  • dependabot/pip/tox-4.28.4
  • dependabot/pip/tox-4.30.2
  • dependabot/pip/tox-gh-1.4.1
  • dependency-fixes
  • ecmwf-new-var
  • ecmwf_new_vars
  • fix-casr-attr2
  • fix-casr-attrs
  • fix-casr-convert
  • fix-casr-landvars
  • fix-casrv32-attrs
  • fix-eccc-rdrs
  • fix-snapshot
  • fix/new_vars
  • fix_eccc
  • fix_ghcnd
  • ghcn_hourly_2
  • ghcn_stations
  • json_changes_ghcn_stations
  • logging-fixes
  • main
  • new-casr-var
  • new-variables
  • new_vars_aggr
  • orrc_changes
  • patch-bump-version
  • patch-casr-vars
  • patch-casr-vars_v2
  • patch_fix
  • pre-commit-ci-update-config
  • prepare-v060
  • prmod-vs-pr
  • repair_ghcn_daily
  • split-archival-tools
  • suppport-py314
  • testing-data
  • ts_add
  • update-cookiecutter
  • validations

06 Feb 2026 07:04PM UTC coverage: 18.109% (+0.002%) from 18.107%
21762484056

push

github

web-flow
CaSR Convert Fix (#329)

<!-- Please ensure the PR fulfills the following requirements! -->
<!-- If this is your first PR, make sure to add your details to the
AUTHORS.rst! -->
### Pull Request Checklist:
- [ ] This PR addresses an already opened issue (for bug fixes /
features)
  - This PR fixes #xyz
- [ ] (If applicable) Documentation has been added / updated (for bug
fixes / features).
- [ ] (If applicable) Tests have been added.
- [ ] CHANGELOG.rst has been updated (with summary of main changes).
- [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`)
has been added.

### What kind of change does this PR introduce?

* In convert_rdrs(), remove the condition requiring at least 28 files
(days) to start processing a year. Otherwise, no ORRC data is processed
until the end of January of the new year.

### Does this PR introduce a breaking change?
No

### Other information:

0 of 47 new or added lines in 1 file covered. (0.0%)

1224 of 6759 relevant lines covered (18.11%)

1.8 hits per line

Relevant lines Covered
Build:
Build:
6759 RELEVANT LINES 1224 COVERED LINES
1.8 HITS PER LINE
Source Files on main
  • Tree
  • List 71
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21762484056 main CaSR Convert Fix (#329) <!-- Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [ ] This PR addresses an already opened ... push 06 Feb 2026 07:08PM UTC web-flow github
18.11
21759859396 fix-casr-convert Merge 72b567cdd into 99562e638 Pull #329 06 Feb 2026 05:37PM UTC web-flow github
18.11
21641972094 main [pre-commit.ci] pre-commit autoupdate (#328) <!--pre-commit.ci start--> updates: - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/astral-sh/ruff-pre-co... push 03 Feb 2026 06:33PM UTC web-flow github
18.11
21641675467 main Suppport Python 3.14 (#326) ### What kind of change does this PR introduce? * Synchronizes and pins a few package dependencies * Updates CI dependencies for Python 3.14 support ### Does this PR introduce a breaking change? No. push 03 Feb 2026 06:17PM UTC web-flow github
18.11
21641659457 pre-commit-ci-update-config Merge e135c9c31 into 4f615096d Pull #328 03 Feb 2026 06:05PM UTC web-flow github
18.11
21641652212 main Precision about pr and prmod (#327) ### What kind of change does this PR introduce? Ajout d'un champ `description` pour toutes les variables de précip. ### Does this PR introduce a breaking change? No. push 03 Feb 2026 06:05PM UTC web-flow github
18.11
21638578458 suppport-py314 Merge 9776e09ea into a27b83e7e Pull #326 03 Feb 2026 04:40PM UTC web-flow github
18.11
21599958048 prmod-vs-pr Merge 5b1cfdf03 into a27b83e7e Pull #327 02 Feb 2026 05:20PM UTC web-flow github
18.11
21532860452 suppport-py314 Merge faa65def3 into a27b83e7e Pull #326 30 Jan 2026 10:32PM UTC web-flow github
18.11
21532399778 suppport-py314 Merge b571d5f3b into a27b83e7e Pull #326 30 Jan 2026 10:17PM UTC web-flow github
18.11
See All Builds (1351)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc