We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008b160 commit e2739b3Copy full SHA for e2739b3
3 files changed
.github/workflows/create-release.yml
.github/workflows/deploy-docs.yml
@@ -68,7 +68,7 @@ jobs:
68
run: cp -r build/debug/covhtml-oasvalidator build/debug/docs/html
69
70
- name: Deploy docs
71
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
72
with:
73
github_token: ${{ secrets.MY_PAT }}
74
publish_dir: build/debug/docs/html
@@ -81,6 +81,6 @@ jobs:
81
lcov --list coverage.info
82
83
- name: Upload coverage to Codecov
84
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
85
env:
86
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
codecov.yml
@@ -0,0 +1,6 @@
1
+coverage:
2
+ ignore:
3
+ - thirdparty/**
4
+
5
+ignore:
6
0 commit comments