Skip to content

Feature/simba/ci speed#8

Merged
simba-git merged 7 commits intodevelopfrom
feature/simba/ci-speed
Jun 12, 2020
Merged

Feature/simba/ci speed#8
simba-git merged 7 commits intodevelopfrom
feature/simba/ci-speed

Conversation

@simba-git
Copy link

No description provided.

Simba added 2 commits June 12, 2020 11:00
Currently the client unit tests always run, they should only run when
changes are made to the client directory.
Rather than always installing all pip dependencies, this caches them
by operating system.
@simba-git simba-git changed the base branch from master to develop June 12, 2020 18:09
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2020

Codecov Report

Merging #8 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #8   +/-   ##
========================================
  Coverage    91.91%   91.91%           
========================================
  Files            4        4           
  Lines          198      198           
  Branches        13       13           
========================================
  Hits           182      182           
  Misses          13       13           
  Partials         3        3           
Flag Coverage Δ
#unittests 91.91% <ø> (ø)

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 c0ff670...c9a3cf0. Read the comment docs.

More steps can be skipped if we cache the entire venv as opposed to
just the pip requirements.
@simba-git simba-git added this to the v0.0.0a1 milestone Jun 12, 2020
Simba added 4 commits June 12, 2020 11:31
The unit tests should be run when the Makefile or the workflow changes.
Otherwise, the unit test workflow could change and break, but it won't
be run.
run: wasn't included when adding virtualenv
The codecov upload times out randomly. We can ignore those failures
for now.
Using the venv cache across python versions may lead to the wrong
version of python being used. This form of caching is safer.
@simba-git simba-git merged commit 5b56221 into develop Jun 12, 2020
@simba-git simba-git deleted the feature/simba/ci-speed branch June 12, 2020 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants