Skip to content

Commit e2739b3

Browse files
committed
Updated workflow to exclude thirdparty from codecov
1 parent 008b160 commit e2739b3

3 files changed

Lines changed: 8 additions & 51 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: cp -r build/debug/covhtml-oasvalidator build/debug/docs/html
6969

7070
- name: Deploy docs
71-
uses: peaceiris/actions-gh-pages@v3
71+
uses: peaceiris/actions-gh-pages@v4
7272
with:
7373
github_token: ${{ secrets.MY_PAT }}
7474
publish_dir: build/debug/docs/html
@@ -81,6 +81,6 @@ jobs:
8181
lcov --list coverage.info
8282
8383
- name: Upload coverage to Codecov
84-
uses: codecov/codecov-action@v3
84+
uses: codecov/codecov-action@v4
8585
env:
8686
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage:
2+
ignore:
3+
- thirdparty/**
4+
5+
ignore:
6+
- thirdparty/**

0 commit comments

Comments
 (0)