We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de15a6 commit bc2d877Copy full SHA for bc2d877
.github/dependabot.yml
@@ -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
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Install dependencies
17
run: |
18
+ export DEBIAN_FRONTEND=noninteractive
19
apt-get update && apt-get install -y cmake g++ make gcovr lcov
20
- name: Build with coverage
21
0 commit comments