Skip to content

Commit

Permalink
Add folder exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 23, 2023
1 parent 1de09fd commit 4ace091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ comment:
# See https://docs.codecov.com/docs/ignoring-paths
ignore:
- extra/**/*
# - test/**/*
- reporting/**/*
- example/**/*
- include_private/**/*
- tools/**/*
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
GIT_FETCH_JOBS: 8
NET_RETRY_COUNT: 5
B2_CI_VERSION: 1
B2_VARIANT: debug,release
B2_VARIANT: release
B2_LINK: shared
LCOV_BRANCH_COVERAGE: 0
CODECOV_NAME: Github Actions
Expand All @@ -42,7 +42,7 @@ jobs:
- { name: Collect coverage, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64' }

timeout-minutes: 180
timeout-minutes: 360
runs-on: ${{matrix.os}}
container: ${{matrix.container}}
env: {B2_USE_CCACHE: 1}
Expand Down

0 comments on commit 4ace091

Please sign in to comment.