Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues running duplicate exhaustive tests #213

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

roclark
Copy link
Owner

@roclark roclark commented Oct 3, 2019

The exhaustive test suite is currently trying to run duplicate jobs and is failing as a result. No duplicates should be run, and the code should test all requested platforms and versions.

Fixes #214

Signed-Off-By: Robert Clark robdclark@outlook.com

@roclark roclark added the bug Something isn't working label Oct 3, 2019
@roclark roclark added this to the Release 0.5.0 milestone Oct 3, 2019
@roclark roclark self-assigned this Oct 3, 2019
@roclark roclark force-pushed the patch/update-exhaustive-tests branch from c9b6f00 to 4377ec5 Compare October 3, 2019 02:07
The exhaustive test suite is currently trying to run duplicate jobs and
is failing as a result. No duplicates should be run, and the code should
test all requested platforms and versions.

Signed-Off-By: Robert Clark <robdclark@outlook.com>
@codecov
Copy link

codecov bot commented Oct 3, 2019

Codecov Report

Merging #213 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          42       42           
  Lines        9356     9356           
=======================================
  Hits         9354     9354           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d18ba80...4377ec5. Read the comment docs.

@roclark roclark merged commit ae6b0b8 into master Oct 3, 2019
@roclark roclark deleted the patch/update-exhaustive-tests branch October 3, 2019 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix exhaustive tests in GitHub Actions
1 participant