Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/codecov/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
shell: bash

- name: Upload coverage report to codecov.io
uses: codecov/codecov-action@v5.5.0
uses: codecov/codecov-action@v6
with:
token: ${{ inputs.codecov_token }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/camp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -f Dockerfile.camp -t partmc-test .
- name: Run the tests in the docker container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud_parcel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -f Dockerfile.cloud_parcel -t partmc-test .
- name: Run the tests in the docker container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -t partmc-doc -f Dockerfile.doc .
- name: Run container to generate docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2 # https://github.com/marketplace/actions/checkout
uses: actions/checkout@v6 # https://github.com/marketplace/actions/checkout
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -t partmc-test .
- name: Run the tests in the docker container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -f Dockerfile.mpi -t partmc-test .
- name: Run the tests in the docker container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tchem.yml.temporarily_off
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v6
- name: Build the testing docker image
run: docker build -f Dockerfile.tchem -t partmc-test .
- name: Run the tests in the docker container
Expand Down
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%