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 build to be triggered on push to master only #293

Merged
merged 2 commits into from
Jul 5, 2019

Conversation

juhoinkinen
Copy link
Member

The previously used when clause applies only to individual steps of a pipeline

The previously used when clause applies only to individual steps of a pipeline
@codecov
Copy link

codecov bot commented Jul 5, 2019

Codecov Report

Merging #293 into master will decrease coverage by 19.64%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #293       +/-   ##
===========================================
- Coverage   99.36%   79.71%   -19.65%     
===========================================
  Files          55       55               
  Lines        2845     2845               
===========================================
- Hits         2827     2268      -559     
- Misses         18      577      +559
Impacted Files Coverage Δ
annif/backend/vw_base.py 4.34% <0%> (-95.66%) ⬇️
tests/test_backend_vw_multi.py 4.58% <0%> (-95.42%) ⬇️
annif/backend/mixins.py 0% <0%> (-93.75%) ⬇️
annif/backend/vw_multi.py 6.66% <0%> (-93.34%) ⬇️
annif/backend/vw_ensemble.py 9.43% <0%> (-90.57%) ⬇️
annif/backend/fasttext.py 8.21% <0%> (-90.42%) ⬇️
tests/test_backend_vw_ensemble.py 11.26% <0%> (-88.74%) ⬇️
annif/analyzer/voikko.py 11.76% <0%> (-88.24%) ⬇️
tests/test_backend_fasttext.py 14.28% <0%> (-85.72%) ⬇️
tests/test_analyzer_voikko.py 25% <0%> (-75%) ⬇️
... and 4 more

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 2ea1130...47b7040. Read the comment docs.

@juhoinkinen juhoinkinen merged commit a9bb0d7 into master Jul 5, 2019
@juhoinkinen juhoinkinen deleted the fix-build-on-push-to-master branch July 5, 2019 09:02
@osma osma added this to the v0.41 milestone Jul 5, 2019
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