Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neutrons/pyoncatqt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47823d73d970da851080151b357da334525be729
Choose a base ref
..
head repository: neutrons/pyoncatqt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1c585128b01e9cbb16288de617591fe671976a8
Choose a head ref
Showing with 12 additions and 1 deletion.
  1. +11 −0 .github/dependabot.yml
  2. +1 −1 .github/workflows/actions.yml
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Workflow files stored in the default location of `.github/workflows`
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
echo "running unit tests"
xvfb-run --server-args="-screen 0 1920x1080x24" -a python -m pytest --cov=src --cov-report=xml --cov-report=term-missing
- name: upload coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true