Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates (#21)
Browse files Browse the repository at this point in the history
* Bump the ci-dependencies group with 2 updates

Bumps the ci-dependencies group with 2 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [darbiadev/.github](https://github.com/darbiadev/.github).


Updates `actions/dependency-review-action` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@fde92ac...7bbfa03)

Updates `darbiadev/.github` from 4.0.1 to 5.1.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@9160d4d...b0749d5)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: darbiadev/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Specify source directory for coverage

Signed-off-by: Bradley Reynolds <[email protected]>

* Add token to enable coverage

Signed-off-by: Bradley Reynolds <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bradley Reynolds <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bradley Reynolds <[email protected]>
  • Loading branch information
dependabot[bot] and shenanigansd authored Nov 25, 2023
1 parent c9bf975 commit dd59b62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: "Dependency Review"
uses: actions/dependency-review-action@fde92acd0840415674c16b39c7d703fc28bc511e # v3.1.2
uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3
with:
config-file: darbiadev/.github/.github/dependency-review-config.yaml@main
10 changes: 6 additions & 4 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
pre-commit:
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 #v4.0.1
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d #v5.1.0

lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 #v4.0.1
uses: darbiadev/.github/.github/workflows/python-lint.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d #v5.1.0

test:
needs: lint
Expand All @@ -21,10 +21,12 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ "3.11", "3.12" ]

uses: darbiadev/.github/.github/workflows/python-test.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 #v4.0.1
uses: darbiadev/.github/.github/workflows/python-test.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d #v5.1.0
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

docs:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -33,4 +35,4 @@ jobs:
pages: write
id-token: write

uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 #v4.0.1
uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d #v5.1.0
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ ignore = [

[tool.ruff.pydocstyle]
convention = "numpy"

[tool.coverage.run]
source = [
"darbiadev_shipping",
]

0 comments on commit dd59b62

Please sign in to comment.