Skip to content

Commit

Permalink
Updated workflow to exclude thirdparty from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jul 9, 2024
1 parent 008b160 commit e2739b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/create-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: cp -r build/debug/covhtml-oasvalidator build/debug/docs/html

- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.MY_PAT }}
publish_dir: build/debug/docs/html
Expand All @@ -81,6 +81,6 @@ jobs:
lcov --list coverage.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
ignore:
- thirdparty/**

ignore:
- thirdparty/**

0 comments on commit e2739b3

Please sign in to comment.