From 23db91a0376d4afa6b679717cc0e884d76e484d1 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Fri, 24 Dec 2021 11:08:31 -0500 Subject: [PATCH] streamline matrix logic / drop 3.7 --- .github/workflows/unittests.yml | 10 ++++++++-- codecov.yml | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index cac453f..7e9113f 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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 diff --git a/codecov.yml b/codecov.yml index e308430..3236415 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 @@ -22,5 +22,5 @@ coverage: comment: layout: "reach, diff, files" behavior: once - after_n_builds: 12 + after_n_builds: 5 require_changes: true