Skip to content

Commit

Permalink
Merge pull request #129 from jGaboardi/streamline_CI
Browse files Browse the repository at this point in the history
streamline matrix logic / drop 3.7
  • Loading branch information
jGaboardi authored Dec 24, 2021
2 parents 8cfd185 + 23db91a commit c7cc9ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@
timeout-minutes: 10
strategy:
matrix:
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
environment-file: [ci/37.yaml, ci/38.yaml, ci/39.yaml, ci/310.yaml]
environment-file: [ci/38.yaml, ci/39.yaml, ci/310.yaml]
os: ['ubuntu-latest']
include:
- environment-file: ci/310.yaml
os: macos-latest
- environment-file: ci/310.yaml
os: windows-latest

steps:
- name: checkout repo
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/ipums/nhgisxwalk
codecov:
notify:
after_n_builds: 12
after_n_builds: 5
coverage:
range: 50...90
round: nearest
Expand All @@ -22,5 +22,5 @@ coverage:
comment:
layout: "reach, diff, files"
behavior: once
after_n_builds: 12
after_n_builds: 5
require_changes: true

0 comments on commit c7cc9ff

Please sign in to comment.