-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clean up CI #14
Clean up CI #14
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14 +/- ##
==========================================
- Coverage 99.42% 99.37% -0.06%
==========================================
Files 4 4
Lines 173 159 -14
==========================================
- Hits 172 158 -14
Misses 1 1
Continue to review full report at Codecov.
|
.github/workflows/CI.yml
Outdated
# Add a 1.0 job just to make sure we still support it | ||
- os: ubuntu-latest | ||
version: 1.0.5 | ||
arch: x64 | ||
# Add a 1.3 job because that's what Invenia actually uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Add a 1.3 job because that's what Invenia actually uses | |
# Add a 1.5 job because that's what Invenia actually uses |
.github/workflows/CI.yml
Outdated
# Add a 1.0 job just to make sure we still support it | ||
- os: ubuntu-latest | ||
version: 1.0.5 | ||
arch: x64 | ||
# Add a 1.3 job because that's what Invenia actually uses | ||
- os: ubuntu-latest | ||
version: 1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: 1.3 | |
version: 1.5 |
No description provided.