Skip to content

Commit

Permalink
chore: Include more specific informations after_n_builds on codecov a…
Browse files Browse the repository at this point in the history
…nd only test against 5.x and 6.x
  • Loading branch information
DerDreschner committed Jan 24, 2025
1 parent 36fbf2d commit 7972192
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# When changing this matrix, you _must_ also change some settings
# on codecov. See the following links for more information:
# When changing this matrix, the project lead (currently @eigenmannmartin)
# must change the "after_n_builds" parameter on codecov. It must match
# the number of builds being started considering the matrix.
# See the following links for more information:
# https://docs.codecov.com/docs/notifications#preventing-notifications-until-after-n-builds
# https://docs.codecov.com/docs/pull-request-comments#after_n_builds
icalendar-version:
- "5.0"
- "6.0"
- "6.1"
- "5" # means (>=5.0.0,<6.0.0)
- "6" # means (>=6.0.0,<7.0.0)

steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 7972192

Please sign in to comment.