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

Create .codecov.yml #9905

Merged
merged 8 commits into from Jul 16, 2021
Merged

Create .codecov.yml #9905

merged 8 commits into from Jul 16, 2021

Conversation

jywarren
Copy link
Member

@jywarren jywarren commented Jul 13, 2021

Attempt to fix #9873 codecov and resolve "missing base commit" issue: https://docs.codecov.com/docs/error-reference#section-missing-base-commit

Also trying to delay the CodeCov bot comment until at least 4 reports are uploaded, from our various jobs.

@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #9905 (336dee4) into main (1aaf43b) will decrease coverage by 18.31%.
The diff coverage is 82.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #9905       +/-   ##
===========================================
- Coverage   82.06%   63.75%   -18.32%     
===========================================
  Files          98       99        +1     
  Lines        5945     7360     +1415     
  Branches        0      246      +246     
===========================================
- Hits         4879     4692      -187     
- Misses       1066     2668     +1602     
Impacted Files Coverage Δ
app/channels/room_channel.rb 0.00% <0.00%> (-71.43%) ⬇️
app/controllers/tag_controller.rb 74.31% <33.33%> (-5.51%) ⬇️
app/helpers/application_helper.rb 85.41% <66.66%> (ø)
app/models/user.rb 84.34% <75.00%> (-1.68%) ⬇️
app/controllers/notes_controller.rb 81.18% <100.00%> (-3.29%) ⬇️
app/controllers/stats_controller.rb 71.57% <100.00%> (ø)
app/models/node.rb 90.04% <100.00%> (-0.97%) ⬇️
app/models/tag.rb 97.04% <100.00%> (-0.46%) ⬇️
app/services/search_service.rb 95.09% <100.00%> (+0.04%) ⬆️
app/channels/application_cable/channel.rb 0.00% <0.00%> (-100.00%) ⬇️
... and 29 more

@gitpod-io
Copy link

gitpod-io bot commented Jul 13, 2021

@jywarren
Copy link
Member Author

Hmm, strange:

ERROR PostTest#test_awarding_barnstar_functions_correctly (952.00s)
Minitest::UnexpectedError:         Capybara::ExpectationNotMet: expected to find css "div.alert-success" but there were no matches
            test/system/post_test.rb:250:in `block in <class:PostTest>'

@codeclimate
Copy link

codeclimate bot commented Jul 16, 2021

Code Climate has analyzed commit 80fc263 and detected 0 issues on this pull request.

View more on Code Climate.

@jywarren
Copy link
Member Author

Aww, got the barnstar error again:

======[Screenshot]: tmp/screenshots/failures_test_awarding_barnstar_functions_correctly.png
ERROR PostTest#test_awarding_barnstar_functions_correctly (944.98s)
Minitest::UnexpectedError:         Capybara::ExpectationNotMet: expected to find css "div.alert-success" but there were no matches
            test/system/post_test.rb:250:in `block in <class:PostTest>'

However codecov project coverage is now 79, which is great, though don't know why it's working now. Restarting to see.

@jywarren jywarren merged commit 5c0c184 into main Jul 16, 2021
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this pull request Oct 16, 2021
* Create .codecov.yml

* Delete .codecov.yml

* Update codecov.yml

* Update codecov.yml

* Update codecov.yml

* add codecov github action

* Create merge-pr.yml

https://github.community/t/triggering-workflow-on-merge/17165/2

* remove codecov gh-action
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this pull request Dec 28, 2021
* Create .codecov.yml

* Delete .codecov.yml

* Update codecov.yml

* Update codecov.yml

* Update codecov.yml

* add codecov github action

* Create merge-pr.yml

https://github.community/t/triggering-workflow-on-merge/17165/2

* remove codecov gh-action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Periodic test failures in GitHub Actions CI and CodeCov
1 participant