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

codecovにレポートがうまく反映されないその3 #295

Open
sunakan opened this issue Nov 5, 2022 · 5 comments
Open

codecovにレポートがうまく反映されないその3 #295

sunakan opened this issue Nov 5, 2022 · 5 comments

Comments

@sunakan
Copy link
Collaborator

sunakan commented Nov 5, 2022

概要

表題のママ

すでにやったこと

現状

それでもまだエラーが起きる

次のチャレンジ

原因はきちんとわかってないが、「squash and merge」でぐぐってみると、これと関係有るかは不明だが、バグっぽい挙動をするらしい

codecov.yml

codecov:
  allow_coverage_offsets: true

とかやってるので、こっちもそれをやってみる

@sunakan
Copy link
Collaborator Author

sunakan commented Nov 5, 2022

Find a way in codecov.io to handle the squash and merge method
It looks like others have run into this issue before. However, no resolution was posted.

codecov.ioでsquashとmergeのメソッドを処理する方法を探す
以前、他の方もこの問題に遭遇しているようです。しかし、解決策は投稿されていません。

@sunakan
Copy link
Collaborator Author

sunakan commented Nov 5, 2022

  1. Branch-Aを切る
  2. Branch-AからBranch-Bを切ってコミットを2つ積む
  3. Branch-Bでcodecovにレポートを送る(成功する、今までもここまでは成功していた)
  4. Branch-BをBranch-Aへsquash and merge

これで失敗することを期待する(mainブランチと同じように)

次に

  1. Branch-AからBranch-Cを切る
  2. Branch-Cで allow_coverage_offsets: true を入れてみる
  3. 適当にコミットを複数積む
  4. Branch-CをBranch-Aへsquash and mergeをする

今度こそ成功して欲しい

@sunakan
Copy link
Collaborator Author

sunakan commented Nov 5, 2022

残念、、、成功してしまった

image

@sunakan
Copy link
Collaborator Author

sunakan commented Nov 5, 2022

まただめだった

ただし、前回のコミットと比較していいるフシがあるので、squash and mergeで比較対象がなくてNGになってるかもしれない。。

allow_***_offset: true を入れて様子をみたい

@sunakan
Copy link
Collaborator Author

sunakan commented Nov 5, 2022

image

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

No branches or pull requests

1 participant