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

Updates on Tracis-CI config and Tox #3

Merged
merged 6 commits into from
Jan 31, 2020
Merged

Conversation

joaomcteixeira
Copy link
Owner

  • Implemented Travis-CI for Windows, MacOSX and Linux
    • for Python: 3.6, 3.7 and 3.8
    • all previous without using anaconda expect for MacOSX 3.8
    • I have nothing against Anaconda ;-), on the contrary, I use it everyday.
  • Improved tox.ini workflow to my current favorite standards.
    • removed cover and nocov envs. Considers only coverage
    • report is performed directly on the testenvs
  • Implemented mock strategy to avoid installing dependencies for documentation generation.
    • TOXENV docs

@joaomcteixeira joaomcteixeira added the enhancement New feature or request label Jan 31, 2020
@joaomcteixeira joaomcteixeira self-assigned this Jan 31, 2020
@codecov-io
Copy link

Codecov Report

Merging #3 into latest will decrease coverage by 66.66%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           latest   #3       +/-   ##
=======================================
- Coverage   66.66%   0%   -66.67%     
=======================================
  Files           5    5               
  Lines          15   17        +2     
  Branches        1    0        -1     
=======================================
- Hits           10    0       -10     
- Misses          5   17       +12
Impacted Files Coverage Δ
src/amodule.py 0% <0%> (-100%) ⬇️
src/sampleproject/__init__.py 0% <0%> (-100%) ⬇️
src/sampleproject/libs/samplemodule.py 0% <0%> (-100%) ⬇️

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 0c6c64c...11d4e7b. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Jan 31, 2020

Codecov Report

Merging #3 into latest will increase coverage by 10.25%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           latest       #3       +/-   ##
===========================================
+ Coverage   66.66%   76.92%   +10.25%     
===========================================
  Files           5        4        -1     
  Lines          15       13        -2     
  Branches        1        0        -1     
===========================================
  Hits           10       10               
+ Misses          5        3        -2
Impacted Files Coverage Δ
src/sampleproject/__main__.py 0% <0%> (ø) ⬆️
src/sampleproject/libs/samplemodule.py 100% <0%> (ø) ⬆️
src/amodule.py

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 0c6c64c...4c4e862. Read the comment docs.

@joaomcteixeira joaomcteixeira merged commit 49c2010 into latest Jan 31, 2020
@joaomcteixeira joaomcteixeira deleted the tox_travis_updates branch January 31, 2020 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants