Skip to content

Commit

Permalink
Merge pull request #97 from mcaulifn/nmcauliffe/release-fix2
Browse files Browse the repository at this point in the history
Fix workflow file
  • Loading branch information
mcaulifn authored Nov 2, 2022
2 parents 83f206f + 77b1b44 commit 2524abb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'publish.yaml',
ref: 'v${{ env.RELEASE_VERSION }}',
})
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
codecov:
require_ci_to_pass: yes
strict_yaml_branch: main

coverage:
precision: 2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ deps =
pipenv
commands =
pipenv install --dev --ignore-pipfile
pipenv run python -m pytest --cov=pysolcast --doctest-modules --cov-report=term-missing -l --junitxml=pytest-report.xml -cov-report=xml:coverage.xml --cov-report html tests/
pipenv run python -m pytest --cov=pysolcast --doctest-modules --cov-report=term-missing -l --junitxml=pytest-report.xml --cov-report xml:coverage.xml tests/

0 comments on commit 2524abb

Please sign in to comment.