Skip to content

Commit bc2d877

Browse files
committed
Updating cuSZp codecov workflow.
1 parent 8de15a6 commit bc2d877

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Install dependencies
1717
run: |
18+
export DEBIAN_FRONTEND=noninteractive
1819
apt-get update && apt-get install -y cmake g++ make gcovr lcov
1920
- name: Build with coverage
2021
run: |

0 commit comments

Comments
 (0)